Struct keypress
pub struct keypress;
Trait Implementations§
§impl EventDescriptor for keypress
impl EventDescriptor for keypress
Auto Trait Implementations§
impl Freeze for keypress
impl RefUnwindSafe for keypress
impl Send for keypress
impl Sync for keypress
impl Unpin for keypress
impl UnwindSafe for keypress
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