pub struct KeyState;
Expand description
Key state for tap_hold keys. (Not used).
Trait Implementations§
Source§impl From<KeyState> for KeyState
impl From<KeyState> for KeyState
Source§fn from(ks: TapHoldKeyState) -> Self
fn from(ks: TapHoldKeyState) -> Self
Converts to this type from the input type.
impl Copy for KeyState
impl StructuralPartialEq for KeyState
Auto Trait Implementations§
impl Freeze for KeyState
impl RefUnwindSafe for KeyState
impl Send for KeyState
impl Sync for KeyState
impl Unpin for KeyState
impl UnwindSafe for KeyState
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