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