Struct win_sys::FileSystem::CLS_IO_STATISTICS_HEADER [−][src]
#[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,
}Expand description
Required features: Win32_Storage_FileSystem
Fields
ubMajorVersion: u8ubMinorVersion: u8eStatsClass: CLFS_IOSTATS_CLASScbLength: u16coffData: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
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 UnwindSafe for CLS_IO_STATISTICS_HEADER
Blanket Implementations
Mutably borrows from an owned value. Read more