pub struct ModifierKeyStates(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for ModifierKeyStates
impl Clone for ModifierKeyStates
Source§fn clone(&self) -> ModifierKeyStates
fn clone(&self) -> ModifierKeyStates
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 moreSource§impl Debug for ModifierKeyStates
impl Debug for ModifierKeyStates
Source§impl PartialEq for ModifierKeyStates
impl PartialEq for ModifierKeyStates
Source§fn eq(&self, other: &ModifierKeyStates) -> bool
fn eq(&self, other: &ModifierKeyStates) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ModifierKeyStates
impl Eq for ModifierKeyStates
impl StructuralPartialEq for ModifierKeyStates
Auto Trait Implementations§
impl Freeze for ModifierKeyStates
impl RefUnwindSafe for ModifierKeyStates
impl Send for ModifierKeyStates
impl Sync for ModifierKeyStates
impl Unpin for ModifierKeyStates
impl UnsafeUnpin for ModifierKeyStates
impl UnwindSafe for ModifierKeyStates
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