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