Struct TapDanceResolution
pub struct TapDanceResolution(/* private fields */);Expand description
Resolution of a tap-dance key. (Index of the tap-dance definition).
Trait Implementations§
§impl Clone for TapDanceResolution
impl Clone for TapDanceResolution
§fn clone(&self) -> TapDanceResolution
fn clone(&self) -> TapDanceResolution
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 TapDanceResolution
§impl Debug for TapDanceResolution
impl Debug for TapDanceResolution
§impl PartialEq for TapDanceResolution
impl PartialEq for TapDanceResolution
§fn eq(&self, other: &TapDanceResolution) -> bool
fn eq(&self, other: &TapDanceResolution) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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