#[repr(transparent)]pub struct KeymapKey { /* private fields */ }
Expand description
A KeymapKey
is a hardware key that can be mapped to a keyval.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for KeymapKey
impl Send for KeymapKey
impl Sync for KeymapKey
impl Unpin for KeymapKey
impl UnwindSafe for KeymapKey
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more