Struct core_graphics::event::CGEventRef
source · pub struct CGEventRef(_);
Expand description
A borrowed reference to a CGEvent
.
Trait Implementations§
source§impl ForeignTypeRef for CGEventRef
impl ForeignTypeRef for CGEventRef
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more