Struct core_graphics::event::CGEventRef
[−]
pub struct CGEventRef(_);
Trait Implementations
impl ToOwned for CGEventRef
type Owned = CGEvent
fn to_owned(&self) -> CGEvent
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<CGEventRef> for CGEvent
fn borrow(&self) -> &CGEventRef
Immutably borrows from an owned value. Read more
impl AsRef<CGEventRef> for CGEvent
fn as_ref(&self) -> &CGEventRef
Performs the conversion.