Enum core_graphics::sys::CGEvent
source · pub enum CGEvent {}
Auto Trait Implementations§
impl Freeze for CGEvent
impl RefUnwindSafe for CGEvent
impl Send for CGEvent
impl Sync for CGEvent
impl Unpin for CGEvent
impl UnwindSafe for CGEvent
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