pub struct ModifiersChangedEvent { /* private fields */ }
Expand description
A change in the event modifiers like shift, control, alt, or ‘logo’
Implementations§
Trait Implementations§
Source§impl Clone for ModifiersChangedEvent
impl Clone for ModifiersChangedEvent
Source§fn clone(&self) -> ModifiersChangedEvent
fn clone(&self) -> ModifiersChangedEvent
Returns a duplicate 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 ModifiersChangedEvent
impl Debug for ModifiersChangedEvent
Source§impl Hash for ModifiersChangedEvent
impl Hash for ModifiersChangedEvent
Source§impl PartialEq for ModifiersChangedEvent
impl PartialEq for ModifiersChangedEvent
impl Copy for ModifiersChangedEvent
impl Eq for ModifiersChangedEvent
impl StructuralPartialEq for ModifiersChangedEvent
Auto Trait Implementations§
impl Freeze for ModifiersChangedEvent
impl RefUnwindSafe for ModifiersChangedEvent
impl Send for ModifiersChangedEvent
impl Sync for ModifiersChangedEvent
impl Unpin for ModifiersChangedEvent
impl UnwindSafe for ModifiersChangedEvent
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