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