Struct core_graphics::event::CGEventRef
source · pub struct CGEventRef(_);
Trait Implementations
sourceimpl AsRef<CGEventRef> for CGEvent
impl AsRef<CGEventRef> for CGEvent
sourcefn as_ref(&self) -> &CGEventRef
fn as_ref(&self) -> &CGEventRef
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Borrow<CGEventRef> for CGEvent
impl Borrow<CGEventRef> for CGEvent
sourcefn borrow(&self) -> &CGEventRef
fn borrow(&self) -> &CGEventRef
Immutably borrows from an owned value. Read more
Auto Trait Implementations
impl !RefUnwindSafe for CGEventRef
impl Send for CGEventRef
impl !Sync for CGEventRef
impl Unpin for CGEventRef
impl UnwindSafe for CGEventRef
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more