pub enum MappedKeyType {
Special,
Modifier,
Printable,
Whitespace,
Navigation,
Editing,
Ui,
Device,
Function,
Numeric,
}Expand description
Keyboard key type.
Variants§
Trait Implementations§
Source§impl Clone for MappedKeyType
impl Clone for MappedKeyType
Source§fn clone(&self) -> MappedKeyType
fn clone(&self) -> MappedKeyType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MappedKeyType
impl Debug for MappedKeyType
Source§impl PartialEq for MappedKeyType
impl PartialEq for MappedKeyType
Source§fn eq(&self, other: &MappedKeyType) -> bool
fn eq(&self, other: &MappedKeyType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for MappedKeyType
impl Eq for MappedKeyType
impl StructuralPartialEq for MappedKeyType
Auto Trait Implementations§
impl Freeze for MappedKeyType
impl RefUnwindSafe for MappedKeyType
impl Send for MappedKeyType
impl Sync for MappedKeyType
impl Unpin for MappedKeyType
impl UnsafeUnpin for MappedKeyType
impl UnwindSafe for MappedKeyType
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