pub struct PressEventHandler { /* private fields */ }
Expand description
Key input character is typed. Arg is a unicode character
Implementations§
Trait Implementations§
Source§impl Default for PressEventHandler
impl Default for PressEventHandler
Auto Trait Implementations§
impl Freeze for PressEventHandler
impl !RefUnwindSafe for PressEventHandler
impl !Send for PressEventHandler
impl !Sync for PressEventHandler
impl Unpin for PressEventHandler
impl !UnwindSafe for PressEventHandler
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