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