NTFS_STATISTICS

Type Alias NTFS_STATISTICS 

Source
pub type NTFS_STATISTICS = _NTFS_STATISTICS;

Aliased Type§

#[repr(C)]
pub struct NTFS_STATISTICS {
Show 46 fields pub LogFileFullExceptions: u64, pub OtherExceptions: u64, pub MftReads: u64, pub MftReadBytes: u64, pub MftWrites: u64, pub MftWriteBytes: u64, pub MftWritesUserLevel: _NTFS_STATISTICS__bindgen_ty_1, pub MftWritesFlushForLogFileFull: u16, pub MftWritesLazyWriter: u16, pub MftWritesUserRequest: u16, pub Mft2Writes: u64, pub Mft2WriteBytes: u64, pub Mft2WritesUserLevel: _NTFS_STATISTICS__bindgen_ty_2, pub Mft2WritesFlushForLogFileFull: u16, pub Mft2WritesLazyWriter: u16, pub Mft2WritesUserRequest: u16, 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: u16, pub BitmapWritesLazyWriter: u16, pub BitmapWritesUserRequest: u16, pub BitmapWritesUserLevel: _NTFS_STATISTICS__bindgen_ty_3, pub MftBitmapReads: u64, pub MftBitmapReadBytes: u64, pub MftBitmapWrites: u64, pub MftBitmapWriteBytes: u64, pub MftBitmapWritesFlushForLogFileFull: u16, pub MftBitmapWritesLazyWriter: u16, pub MftBitmapWritesUserRequest: u16, pub MftBitmapWritesUserLevel: _NTFS_STATISTICS__bindgen_ty_4, 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__bindgen_ty_5, pub DiskResourcesExhausted: u64,
}

Fields§

§LogFileFullExceptions: u64§OtherExceptions: u64§MftReads: u64§MftReadBytes: u64§MftWrites: u64§MftWriteBytes: u64§MftWritesUserLevel: _NTFS_STATISTICS__bindgen_ty_1§MftWritesFlushForLogFileFull: u16§MftWritesLazyWriter: u16§MftWritesUserRequest: u16§Mft2Writes: u64§Mft2WriteBytes: u64§Mft2WritesUserLevel: _NTFS_STATISTICS__bindgen_ty_2§Mft2WritesFlushForLogFileFull: u16§Mft2WritesLazyWriter: u16§Mft2WritesUserRequest: u16§RootIndexReads: u64§RootIndexReadBytes: u64§RootIndexWrites: u64§RootIndexWriteBytes: u64§BitmapReads: u64§BitmapReadBytes: u64§BitmapWrites: u64§BitmapWriteBytes: u64§BitmapWritesFlushForLogFileFull: u16§BitmapWritesLazyWriter: u16§BitmapWritesUserRequest: u16§BitmapWritesUserLevel: _NTFS_STATISTICS__bindgen_ty_3§MftBitmapReads: u64§MftBitmapReadBytes: u64§MftBitmapWrites: u64§MftBitmapWriteBytes: u64§MftBitmapWritesFlushForLogFileFull: u16§MftBitmapWritesLazyWriter: u16§MftBitmapWritesUserRequest: u16§MftBitmapWritesUserLevel: _NTFS_STATISTICS__bindgen_ty_4§UserIndexReads: u64§UserIndexReadBytes: u64§UserIndexWrites: u64§UserIndexWriteBytes: u64§LogFileReads: u64§LogFileReadBytes: u64§LogFileWrites: u64§LogFileWriteBytes: u64§Allocate: _NTFS_STATISTICS__bindgen_ty_5§DiskResourcesExhausted: u64