pub enum ModifiersKeyState {
Pressed,
Unknown,
}
Expand description
The state of the particular modifiers key.
Variants§
Trait Implementations§
Source§impl Clone for ModifiersKeyState
impl Clone for ModifiersKeyState
Source§fn clone(&self) -> ModifiersKeyState
fn clone(&self) -> ModifiersKeyState
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 ModifiersKeyState
impl Debug for ModifiersKeyState
Source§impl Default for ModifiersKeyState
impl Default for ModifiersKeyState
Source§fn default() -> ModifiersKeyState
fn default() -> ModifiersKeyState
Returns the “default value” for a type. Read more
Source§impl PartialEq for ModifiersKeyState
impl PartialEq for ModifiersKeyState
impl Copy for ModifiersKeyState
impl Eq for ModifiersKeyState
impl StructuralPartialEq for ModifiersKeyState
Auto Trait Implementations§
impl Freeze for ModifiersKeyState
impl RefUnwindSafe for ModifiersKeyState
impl Send for ModifiersKeyState
impl Sync for ModifiersKeyState
impl Unpin for ModifiersKeyState
impl UnwindSafe for ModifiersKeyState
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