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