pub struct TapHoldConfig {
pub threshold: u32,
pub hold_on_other_key: bool,
}
Fields§
§threshold: u32
§hold_on_other_key: bool
Trait Implementations§
Source§impl Clone for TapHoldConfig
impl Clone for TapHoldConfig
Source§fn clone(&self) -> TapHoldConfig
fn clone(&self) -> TapHoldConfig
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 TapHoldConfig
impl Debug for TapHoldConfig
Source§impl Format for TapHoldConfig
impl Format for TapHoldConfig
Source§impl PartialEq for TapHoldConfig
impl PartialEq for TapHoldConfig
impl Eq for TapHoldConfig
impl StructuralPartialEq for TapHoldConfig
Auto Trait Implementations§
impl Freeze for TapHoldConfig
impl RefUnwindSafe for TapHoldConfig
impl Send for TapHoldConfig
impl Sync for TapHoldConfig
impl Unpin for TapHoldConfig
impl UnwindSafe for TapHoldConfig
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