Struct windows_sys::Win32::Storage::FileSystem::CLS_IO_STATISTICS_HEADER
[−]#[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: u8
ubMinorVersion: u8
eStatsClass: CLFS_IOSTATS_CLASS
cbLength: u16
coffData: u32
Trait Implementations
impl Clone for CLS_IO_STATISTICS_HEADER
impl Clone for CLS_IO_STATISTICS_HEADER
impl Copy for CLS_IO_STATISTICS_HEADER
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more