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