Struct core_graphics::event_source::CGEventSourceRef
[−]
pub struct CGEventSourceRef(_);
Trait Implementations
impl ToOwned for CGEventSourceRef
type Owned = CGEventSource
fn to_owned(&self) -> CGEventSource
Creates owned data from borrowed data, usually by cloning. Read more
fn clone_into(&self, target: &mut Self::Owned)
[src]
🔬 This is a nightly-only experimental API. (toowned_clone_into
)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
impl Borrow<CGEventSourceRef> for CGEventSource
fn borrow(&self) -> &CGEventSourceRef
Immutably borrows from an owned value. Read more
impl AsRef<CGEventSourceRef> for CGEventSource
fn as_ref(&self) -> &CGEventSourceRef
Performs the conversion.