pub enum KbdEvent {
KeyStatusUpdate(KeyStatusUpdate),
}Variants§
KeyStatusUpdate(KeyStatusUpdate)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KbdEvent
impl RefUnwindSafe for KbdEvent
impl Send for KbdEvent
impl Sync for KbdEvent
impl Unpin for KbdEvent
impl UnwindSafe for KbdEvent
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