pub struct Modifiers(/* private fields */);Expand description
Keyboard modifier flags.
Implementations§
Trait Implementations§
Source§impl From<KeyModifiers> for Modifiers
impl From<KeyModifiers> for Modifiers
Source§fn from(ct: KeyModifiers) -> Self
fn from(ct: KeyModifiers) -> Self
Converts to this type from the input type.
impl Copy for Modifiers
impl Eq for Modifiers
impl StructuralPartialEq for Modifiers
Auto Trait Implementations§
impl Freeze for Modifiers
impl RefUnwindSafe for Modifiers
impl Send for Modifiers
impl Sync for Modifiers
impl Unpin for Modifiers
impl UnwindSafe for Modifiers
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