pub enum CGEventTap {}
Auto Trait Implementations§
impl Freeze for CGEventTap
impl RefUnwindSafe for CGEventTap
impl Send for CGEventTap
impl Sync for CGEventTap
impl Unpin for CGEventTap
impl UnwindSafe for CGEventTap
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