pub struct TapDanceResolution(/* private fields */);
Expand description
Resolution of a tap-dance key. (Index of the tap-dance definition).
Trait Implementations§
Source§impl Clone for TapDanceResolution
impl Clone for TapDanceResolution
Source§fn clone(&self) -> TapDanceResolution
fn clone(&self) -> TapDanceResolution
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 TapDanceResolution
impl Debug for TapDanceResolution
Source§impl PartialEq for TapDanceResolution
impl PartialEq for TapDanceResolution
impl Copy for TapDanceResolution
impl StructuralPartialEq for TapDanceResolution
Auto Trait Implementations§
impl Freeze for TapDanceResolution
impl RefUnwindSafe for TapDanceResolution
impl Send for TapDanceResolution
impl Sync for TapDanceResolution
impl Unpin for TapDanceResolution
impl UnwindSafe for TapDanceResolution
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