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 UnsafeUnpin 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