#[repr(C)]
pub struct NTFS_STATISTICS {
Show 46 fields pub LogFileFullExceptions: u32, pub OtherExceptions: u32, pub MftReads: u32, pub MftReadBytes: u32, pub MftWrites: u32, pub MftWriteBytes: u32, pub MftWritesUserLevel: NTFS_STATISTICS_4, pub MftWritesFlushForLogFileFull: u16, pub MftWritesLazyWriter: u16, pub MftWritesUserRequest: u16, pub Mft2Writes: u32, pub Mft2WriteBytes: u32, pub Mft2WritesUserLevel: NTFS_STATISTICS_2, pub Mft2WritesFlushForLogFileFull: u16, pub Mft2WritesLazyWriter: u16, pub Mft2WritesUserRequest: u16, pub RootIndexReads: u32, pub RootIndexReadBytes: u32, pub RootIndexWrites: u32, pub RootIndexWriteBytes: u32, pub BitmapReads: u32, pub BitmapReadBytes: u32, pub BitmapWrites: u32, pub BitmapWriteBytes: u32, pub BitmapWritesFlushForLogFileFull: u16, pub BitmapWritesLazyWriter: u16, pub BitmapWritesUserRequest: u16, pub BitmapWritesUserLevel: NTFS_STATISTICS_1, pub MftBitmapReads: u32, pub MftBitmapReadBytes: u32, pub MftBitmapWrites: u32, pub MftBitmapWriteBytes: u32, pub MftBitmapWritesFlushForLogFileFull: u16, pub MftBitmapWritesLazyWriter: u16, pub MftBitmapWritesUserRequest: u16, pub MftBitmapWritesUserLevel: NTFS_STATISTICS_3, pub UserIndexReads: u32, pub UserIndexReadBytes: u32, pub UserIndexWrites: u32, pub UserIndexWriteBytes: u32, pub LogFileReads: u32, pub LogFileReadBytes: u32, pub LogFileWrites: u32, pub LogFileWriteBytes: u32, pub Allocate: NTFS_STATISTICS_0, pub DiskResourcesExhausted: u32,
}
Expand description

Required features: "Win32_System_Ioctl"

Fields

LogFileFullExceptions: u32OtherExceptions: u32MftReads: u32MftReadBytes: u32MftWrites: u32MftWriteBytes: u32MftWritesUserLevel: NTFS_STATISTICS_4MftWritesFlushForLogFileFull: u16MftWritesLazyWriter: u16MftWritesUserRequest: u16Mft2Writes: u32Mft2WriteBytes: u32Mft2WritesUserLevel: NTFS_STATISTICS_2Mft2WritesFlushForLogFileFull: u16Mft2WritesLazyWriter: u16Mft2WritesUserRequest: u16RootIndexReads: u32RootIndexReadBytes: u32RootIndexWrites: u32RootIndexWriteBytes: u32BitmapReads: u32BitmapReadBytes: u32BitmapWrites: u32BitmapWriteBytes: u32BitmapWritesFlushForLogFileFull: u16BitmapWritesLazyWriter: u16BitmapWritesUserRequest: u16BitmapWritesUserLevel: NTFS_STATISTICS_1MftBitmapReads: u32MftBitmapReadBytes: u32MftBitmapWrites: u32MftBitmapWriteBytes: u32MftBitmapWritesFlushForLogFileFull: u16MftBitmapWritesLazyWriter: u16MftBitmapWritesUserRequest: u16MftBitmapWritesUserLevel: NTFS_STATISTICS_3UserIndexReads: u32UserIndexReadBytes: u32UserIndexWrites: u32UserIndexWriteBytes: u32LogFileReads: u32LogFileReadBytes: u32LogFileWrites: u32LogFileWriteBytes: u32Allocate: NTFS_STATISTICS_0DiskResourcesExhausted: u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.