pub struct KeyPressedEvent { /* private fields */ }Auto Trait Implementations§
impl !Send for KeyPressedEvent
impl !Sync for KeyPressedEvent
impl Freeze for KeyPressedEvent
impl RefUnwindSafe for KeyPressedEvent
impl Unpin for KeyPressedEvent
impl UnsafeUnpin for KeyPressedEvent
impl UnwindSafe for KeyPressedEvent
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