pub struct Up2EventHandler { /* private fields */ }
Expand description
Key or button is pressed. Args are input button and device state.
Implementations§
Trait Implementations§
Source§impl Default for Up2EventHandler
impl Default for Up2EventHandler
Auto Trait Implementations§
impl Freeze for Up2EventHandler
impl !RefUnwindSafe for Up2EventHandler
impl !Send for Up2EventHandler
impl !Sync for Up2EventHandler
impl Unpin for Up2EventHandler
impl !UnwindSafe for Up2EventHandler
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