#[repr(u16)]pub enum SettingKey {
None = 0,
ComboTimeout = 2,
OneShotTimeout = 6,
MorseTimeout = 7,
TapInterval = 18,
TapCapslockInterval = 19,
PermissiveHold = 22,
HoldOnOtherKeyPress = 23,
QuickTapTerm = 25,
UnilateralTap = 26,
PriorIdleTime = 27,
}Variants§
None = 0
ComboTimeout = 2
OneShotTimeout = 6
MorseTimeout = 7
TapInterval = 18
TapCapslockInterval = 19
PermissiveHold = 22
HoldOnOtherKeyPress = 23
QuickTapTerm = 25
UnilateralTap = 26
PriorIdleTime = 27
Implementations§
Source§impl SettingKey
impl SettingKey
Trait Implementations§
Source§impl Clone for SettingKey
impl Clone for SettingKey
Source§fn clone(&self) -> SettingKey
fn clone(&self) -> SettingKey
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 moreimpl Copy for SettingKey
Source§impl Debug for SettingKey
impl Debug for SettingKey
impl Eq for SettingKey
Source§impl From<u16> for SettingKey
impl From<u16> for SettingKey
Source§impl Ord for SettingKey
impl Ord for SettingKey
Source§fn cmp(&self, other: &SettingKey) -> Ordering
fn cmp(&self, other: &SettingKey) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SettingKey
impl PartialEq for SettingKey
Source§impl PartialOrd for SettingKey
impl PartialOrd for SettingKey
impl StructuralPartialEq for SettingKey
Auto Trait Implementations§
impl Freeze for SettingKey
impl RefUnwindSafe for SettingKey
impl Send for SettingKey
impl Sync for SettingKey
impl Unpin for SettingKey
impl UnsafeUnpin for SettingKey
impl UnwindSafe for SettingKey
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