#[repr(C)]
pub struct NTFS_STATISTICS_EX {
Show 57 fields pub LogFileFullExceptions: u32, pub OtherExceptions: u32, pub MftReads: u64, pub MftReadBytes: u64, pub MftWrites: u64, pub MftWriteBytes: u64, pub MftWritesUserLevel: NTFS_STATISTICS_EX_4, pub MftWritesFlushForLogFileFull: u32, pub MftWritesLazyWriter: u32, pub MftWritesUserRequest: u32, pub Mft2Writes: u64, pub Mft2WriteBytes: u64, pub Mft2WritesUserLevel: NTFS_STATISTICS_EX_2, pub Mft2WritesFlushForLogFileFull: u32, pub Mft2WritesLazyWriter: u32, pub Mft2WritesUserRequest: u32, pub RootIndexReads: u64, pub RootIndexReadBytes: u64, pub RootIndexWrites: u64, pub RootIndexWriteBytes: u64, pub BitmapReads: u64, pub BitmapReadBytes: u64, pub BitmapWrites: u64, pub BitmapWriteBytes: u64, pub BitmapWritesFlushForLogFileFull: u32, pub BitmapWritesLazyWriter: u32, pub BitmapWritesUserRequest: u32, pub BitmapWritesUserLevel: NTFS_STATISTICS_EX_1, pub MftBitmapReads: u64, pub MftBitmapReadBytes: u64, pub MftBitmapWrites: u64, pub MftBitmapWriteBytes: u64, pub MftBitmapWritesFlushForLogFileFull: u32, pub MftBitmapWritesLazyWriter: u32, pub MftBitmapWritesUserRequest: u32, pub MftBitmapWritesUserLevel: NTFS_STATISTICS_EX_3, pub UserIndexReads: u64, pub UserIndexReadBytes: u64, pub UserIndexWrites: u64, pub UserIndexWriteBytes: u64, pub LogFileReads: u64, pub LogFileReadBytes: u64, pub LogFileWrites: u64, pub LogFileWriteBytes: u64, pub Allocate: NTFS_STATISTICS_EX_0, pub DiskResourcesExhausted: u32, pub VolumeTrimCount: u64, pub VolumeTrimTime: u64, pub VolumeTrimByteCount: u64, pub FileLevelTrimCount: u64, pub FileLevelTrimTime: u64, pub FileLevelTrimByteCount: u64, pub VolumeTrimSkippedCount: u64, pub VolumeTrimSkippedByteCount: u64, pub NtfsFillStatInfoFromMftRecordCalledCount: u64, pub NtfsFillStatInfoFromMftRecordBailedBecauseOfAttributeListCount: u64, pub NtfsFillStatInfoFromMftRecordBailedBecauseOfNonResReparsePointCount: u64,
}
Expand description

Required features: "Win32_System_Ioctl"

Fields

LogFileFullExceptions: u32OtherExceptions: u32MftReads: u64MftReadBytes: u64MftWrites: u64MftWriteBytes: u64MftWritesUserLevel: NTFS_STATISTICS_EX_4MftWritesFlushForLogFileFull: u32MftWritesLazyWriter: u32MftWritesUserRequest: u32Mft2Writes: u64Mft2WriteBytes: u64Mft2WritesUserLevel: NTFS_STATISTICS_EX_2Mft2WritesFlushForLogFileFull: u32Mft2WritesLazyWriter: u32Mft2WritesUserRequest: u32RootIndexReads: u64RootIndexReadBytes: u64RootIndexWrites: u64RootIndexWriteBytes: u64BitmapReads: u64BitmapReadBytes: u64BitmapWrites: u64BitmapWriteBytes: u64BitmapWritesFlushForLogFileFull: u32BitmapWritesLazyWriter: u32BitmapWritesUserRequest: u32BitmapWritesUserLevel: NTFS_STATISTICS_EX_1MftBitmapReads: u64MftBitmapReadBytes: u64MftBitmapWrites: u64MftBitmapWriteBytes: u64MftBitmapWritesFlushForLogFileFull: u32MftBitmapWritesLazyWriter: u32MftBitmapWritesUserRequest: u32MftBitmapWritesUserLevel: NTFS_STATISTICS_EX_3UserIndexReads: u64UserIndexReadBytes: u64UserIndexWrites: u64UserIndexWriteBytes: u64LogFileReads: u64LogFileReadBytes: u64LogFileWrites: u64LogFileWriteBytes: u64Allocate: NTFS_STATISTICS_EX_0DiskResourcesExhausted: u32VolumeTrimCount: u64VolumeTrimTime: u64VolumeTrimByteCount: u64FileLevelTrimCount: u64FileLevelTrimTime: u64FileLevelTrimByteCount: u64VolumeTrimSkippedCount: u64VolumeTrimSkippedByteCount: u64NtfsFillStatInfoFromMftRecordCalledCount: u64NtfsFillStatInfoFromMftRecordBailedBecauseOfAttributeListCount: u64NtfsFillStatInfoFromMftRecordBailedBecauseOfNonResReparsePointCount: u64

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.