Struct simple_pixels::KeyMods
source · pub struct KeyMods {
pub shift: bool,
pub ctrl: bool,
pub alt: bool,
pub logo: bool,
}Fields§
§shift: bool§ctrl: bool§alt: bool§logo: boolTrait Implementations§
source§impl PartialEq<KeyMods> for KeyMods
impl PartialEq<KeyMods> for KeyMods
impl Copy for KeyMods
impl StructuralPartialEq for KeyMods
Auto Trait Implementations§
impl RefUnwindSafe for KeyMods
impl Send for KeyMods
impl Sync for KeyMods
impl Unpin for KeyMods
impl UnwindSafe for KeyMods
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