Struct simple_pixels::KeyMods
source · [−]Fields
shift: boolctrl: boolalt: boollogo: boolTrait Implementations
sourceimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more