Struct windows_sys::Win32::Storage::FileSystem::CLS_IO_STATISTICS
#[repr(C)]pub struct CLS_IO_STATISTICS {
pub hdrIoStats: CLS_IO_STATISTICS_HEADER,
pub cFlush: u64,
pub cbFlush: u64,
pub cMetaFlush: u64,
pub cbMetaFlush: u64,
}
Expand description
Required features: "Win32_Storage_FileSystem"
Fields§
§hdrIoStats: CLS_IO_STATISTICS_HEADER
§cFlush: u64
§cbFlush: u64
§cMetaFlush: u64
§cbMetaFlush: u64