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