pub struct EvKey {
pub key: KeyCode,
pub modifiers: u32,
}Expand description
Keyboard event parameters.
Fields§
§key: KeyCodeReferenced key.
modifiers: u32Combination of values mkey_t. todo!
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EvKey
impl RefUnwindSafe for EvKey
impl Send for EvKey
impl Sync for EvKey
impl Unpin for EvKey
impl UnsafeUnpin for EvKey
impl UnwindSafe for EvKey
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