#[repr(C)]pub struct CLS_IO_STATISTICS_HEADER {
pub ubMajorVersion: u8,
pub ubMinorVersion: u8,
pub eStatsClass: CLFS_IOSTATS_CLASS,
pub cbLength: u16,
pub coffData: u32,
}Fields§
§ubMajorVersion: u8§ubMinorVersion: u8§eStatsClass: CLFS_IOSTATS_CLASS§cbLength: u16§coffData: u32Auto Trait Implementations§
impl Freeze for CLS_IO_STATISTICS_HEADER
impl RefUnwindSafe for CLS_IO_STATISTICS_HEADER
impl Send for CLS_IO_STATISTICS_HEADER
impl Sync for CLS_IO_STATISTICS_HEADER
impl Unpin for CLS_IO_STATISTICS_HEADER
impl UnsafeUnpin for CLS_IO_STATISTICS_HEADER
impl UnwindSafe for CLS_IO_STATISTICS_HEADER
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