Struct MFNETSOURCE_STATISTICS_IDS
#[repr(transparent)]pub struct MFNETSOURCE_STATISTICS_IDS(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for MFNETSOURCE_STATISTICS_IDS
impl Clone for MFNETSOURCE_STATISTICS_IDS
§fn clone(&self) -> MFNETSOURCE_STATISTICS_IDS
fn clone(&self) -> MFNETSOURCE_STATISTICS_IDS
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 MFNETSOURCE_STATISTICS_IDS
impl Debug for MFNETSOURCE_STATISTICS_IDS
§impl Default for MFNETSOURCE_STATISTICS_IDS
impl Default for MFNETSOURCE_STATISTICS_IDS
§fn default() -> MFNETSOURCE_STATISTICS_IDS
fn default() -> MFNETSOURCE_STATISTICS_IDS
Returns the “default value” for a type. Read more
§impl PartialEq for MFNETSOURCE_STATISTICS_IDS
impl PartialEq for MFNETSOURCE_STATISTICS_IDS
impl Copy for MFNETSOURCE_STATISTICS_IDS
impl Eq for MFNETSOURCE_STATISTICS_IDS
impl StructuralPartialEq for MFNETSOURCE_STATISTICS_IDS
Auto Trait Implementations§
impl Freeze for MFNETSOURCE_STATISTICS_IDS
impl RefUnwindSafe for MFNETSOURCE_STATISTICS_IDS
impl Send for MFNETSOURCE_STATISTICS_IDS
impl Sync for MFNETSOURCE_STATISTICS_IDS
impl Unpin for MFNETSOURCE_STATISTICS_IDS
impl UnwindSafe for MFNETSOURCE_STATISTICS_IDS
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