#[repr(transparent)]pub struct NMPGSCROLL_KEYS(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl BitAnd for NMPGSCROLL_KEYS
impl BitAnd for NMPGSCROLL_KEYS
Source§type Output = NMPGSCROLL_KEYS
type Output = NMPGSCROLL_KEYS
The resulting type after applying the
& operator.Source§fn bitand(self, rhs: NMPGSCROLL_KEYS) -> NMPGSCROLL_KEYS
fn bitand(self, rhs: NMPGSCROLL_KEYS) -> NMPGSCROLL_KEYS
Performs the
& operation. Read moreSource§impl BitAndAssign for NMPGSCROLL_KEYS
impl BitAndAssign for NMPGSCROLL_KEYS
Source§fn bitand_assign(&mut self, rhs: NMPGSCROLL_KEYS)
fn bitand_assign(&mut self, rhs: NMPGSCROLL_KEYS)
Performs the
&= operation. Read moreSource§impl BitOr for NMPGSCROLL_KEYS
impl BitOr for NMPGSCROLL_KEYS
Source§type Output = NMPGSCROLL_KEYS
type Output = NMPGSCROLL_KEYS
The resulting type after applying the
| operator.Source§fn bitor(self, rhs: NMPGSCROLL_KEYS) -> NMPGSCROLL_KEYS
fn bitor(self, rhs: NMPGSCROLL_KEYS) -> NMPGSCROLL_KEYS
Performs the
| operation. Read moreSource§impl BitOrAssign for NMPGSCROLL_KEYS
impl BitOrAssign for NMPGSCROLL_KEYS
Source§fn bitor_assign(&mut self, rhs: NMPGSCROLL_KEYS)
fn bitor_assign(&mut self, rhs: NMPGSCROLL_KEYS)
Performs the
|= operation. Read moreSource§impl Clone for NMPGSCROLL_KEYS
impl Clone for NMPGSCROLL_KEYS
Source§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 moreSource§impl Debug for NMPGSCROLL_KEYS
impl Debug for NMPGSCROLL_KEYS
Source§impl Default for NMPGSCROLL_KEYS
impl Default for NMPGSCROLL_KEYS
Source§fn default() -> NMPGSCROLL_KEYS
fn default() -> NMPGSCROLL_KEYS
Returns the “default value” for a type. Read more
Source§impl From<u32> for NMPGSCROLL_KEYS
impl From<u32> for NMPGSCROLL_KEYS
Source§fn from(value: u32) -> NMPGSCROLL_KEYS
fn from(value: u32) -> NMPGSCROLL_KEYS
Converts to this type from the input type.
Source§impl Not for NMPGSCROLL_KEYS
impl Not for NMPGSCROLL_KEYS
Source§type Output = NMPGSCROLL_KEYS
type Output = NMPGSCROLL_KEYS
The resulting type after applying the
! operator.Source§fn not(self) -> NMPGSCROLL_KEYS
fn not(self) -> NMPGSCROLL_KEYS
Performs the unary
! operation. Read moreSource§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