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