pub struct KeyResolverConfig {
pub tap_hold: TapHoldConfig,
pub tap_dance: TapDanceConfig,
pub combo: ComboConfig,
}
Fields§
§tap_hold: TapHoldConfig
§tap_dance: TapDanceConfig
§combo: ComboConfig
Trait Implementations§
Source§impl Clone for KeyResolverConfig
impl Clone for KeyResolverConfig
Source§fn clone(&self) -> KeyResolverConfig
fn clone(&self) -> KeyResolverConfig
Returns a copy of the value. Read more
1.0.0 · 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 KeyResolverConfig
impl Debug for KeyResolverConfig
Source§impl Format for KeyResolverConfig
impl Format for KeyResolverConfig
Source§impl PartialEq for KeyResolverConfig
impl PartialEq for KeyResolverConfig
impl Eq for KeyResolverConfig
impl StructuralPartialEq for KeyResolverConfig
Auto Trait Implementations§
impl Freeze for KeyResolverConfig
impl RefUnwindSafe for KeyResolverConfig
impl Send for KeyResolverConfig
impl Sync for KeyResolverConfig
impl Unpin for KeyResolverConfig
impl UnwindSafe for KeyResolverConfig
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