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