Struct KEYMODIFIERS
#[repr(transparent)]pub struct KEYMODIFIERS(pub u32);
Tuple Fields§
§0: u32
Implementations§
§impl KEYMODIFIERS
impl KEYMODIFIERS
Trait Implementations§
§impl BitAnd for KEYMODIFIERS
impl BitAnd for KEYMODIFIERS
§impl BitAndAssign for KEYMODIFIERS
impl BitAndAssign for KEYMODIFIERS
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for KEYMODIFIERS
impl BitOr for KEYMODIFIERS
§impl BitOrAssign for KEYMODIFIERS
impl BitOrAssign for KEYMODIFIERS
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for KEYMODIFIERS
impl Clone for KEYMODIFIERS
§fn clone(&self) -> KEYMODIFIERS
fn clone(&self) -> KEYMODIFIERS
Returns a copy 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 more§impl Debug for KEYMODIFIERS
impl Debug for KEYMODIFIERS
§impl Default for KEYMODIFIERS
impl Default for KEYMODIFIERS
§fn default() -> KEYMODIFIERS
fn default() -> KEYMODIFIERS
Returns the “default value” for a type. Read more
§impl Not for KEYMODIFIERS
impl Not for KEYMODIFIERS
§impl PartialEq for KEYMODIFIERS
impl PartialEq for KEYMODIFIERS
impl Copy for KEYMODIFIERS
impl Eq for KEYMODIFIERS
impl StructuralPartialEq for KEYMODIFIERS
Auto Trait Implementations§
impl Freeze for KEYMODIFIERS
impl RefUnwindSafe for KEYMODIFIERS
impl Send for KEYMODIFIERS
impl Sync for KEYMODIFIERS
impl Unpin for KEYMODIFIERS
impl UnwindSafe for KEYMODIFIERS
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