#[repr(C)]pub struct _NTFS_STATISTICS_EX {Show 57 fields
pub LogFileFullExceptions: DWORD,
pub OtherExceptions: DWORD,
pub MftReads: DWORDLONG,
pub MftReadBytes: DWORDLONG,
pub MftWrites: DWORDLONG,
pub MftWriteBytes: DWORDLONG,
pub MftWritesUserLevel: _NTFS_STATISTICS_EX__bindgen_ty_1,
pub MftWritesFlushForLogFileFull: DWORD,
pub MftWritesLazyWriter: DWORD,
pub MftWritesUserRequest: DWORD,
pub Mft2Writes: DWORDLONG,
pub Mft2WriteBytes: DWORDLONG,
pub Mft2WritesUserLevel: _NTFS_STATISTICS_EX__bindgen_ty_2,
pub Mft2WritesFlushForLogFileFull: DWORD,
pub Mft2WritesLazyWriter: DWORD,
pub Mft2WritesUserRequest: DWORD,
pub RootIndexReads: DWORDLONG,
pub RootIndexReadBytes: DWORDLONG,
pub RootIndexWrites: DWORDLONG,
pub RootIndexWriteBytes: DWORDLONG,
pub BitmapReads: DWORDLONG,
pub BitmapReadBytes: DWORDLONG,
pub BitmapWrites: DWORDLONG,
pub BitmapWriteBytes: DWORDLONG,
pub BitmapWritesFlushForLogFileFull: DWORD,
pub BitmapWritesLazyWriter: DWORD,
pub BitmapWritesUserRequest: DWORD,
pub BitmapWritesUserLevel: _NTFS_STATISTICS_EX__bindgen_ty_3,
pub MftBitmapReads: DWORDLONG,
pub MftBitmapReadBytes: DWORDLONG,
pub MftBitmapWrites: DWORDLONG,
pub MftBitmapWriteBytes: DWORDLONG,
pub MftBitmapWritesFlushForLogFileFull: DWORD,
pub MftBitmapWritesLazyWriter: DWORD,
pub MftBitmapWritesUserRequest: DWORD,
pub MftBitmapWritesUserLevel: _NTFS_STATISTICS_EX__bindgen_ty_4,
pub UserIndexReads: DWORDLONG,
pub UserIndexReadBytes: DWORDLONG,
pub UserIndexWrites: DWORDLONG,
pub UserIndexWriteBytes: DWORDLONG,
pub LogFileReads: DWORDLONG,
pub LogFileReadBytes: DWORDLONG,
pub LogFileWrites: DWORDLONG,
pub LogFileWriteBytes: DWORDLONG,
pub Allocate: _NTFS_STATISTICS_EX__bindgen_ty_5,
pub DiskResourcesExhausted: DWORD,
pub VolumeTrimCount: DWORDLONG,
pub VolumeTrimTime: DWORDLONG,
pub VolumeTrimByteCount: DWORDLONG,
pub FileLevelTrimCount: DWORDLONG,
pub FileLevelTrimTime: DWORDLONG,
pub FileLevelTrimByteCount: DWORDLONG,
pub VolumeTrimSkippedCount: DWORDLONG,
pub VolumeTrimSkippedByteCount: DWORDLONG,
pub NtfsFillStatInfoFromMftRecordCalledCount: DWORDLONG,
pub NtfsFillStatInfoFromMftRecordBailedBecauseOfAttributeListCount: DWORDLONG,
pub NtfsFillStatInfoFromMftRecordBailedBecauseOfNonResReparsePointCount: DWORDLONG,
}
Fields§
§LogFileFullExceptions: DWORD
§OtherExceptions: DWORD
§MftReads: DWORDLONG
§MftReadBytes: DWORDLONG
§MftWrites: DWORDLONG
§MftWriteBytes: DWORDLONG
§MftWritesUserLevel: _NTFS_STATISTICS_EX__bindgen_ty_1
§MftWritesFlushForLogFileFull: DWORD
§MftWritesLazyWriter: DWORD
§MftWritesUserRequest: DWORD
§Mft2Writes: DWORDLONG
§Mft2WriteBytes: DWORDLONG
§Mft2WritesUserLevel: _NTFS_STATISTICS_EX__bindgen_ty_2
§Mft2WritesFlushForLogFileFull: DWORD
§Mft2WritesLazyWriter: DWORD
§Mft2WritesUserRequest: DWORD
§RootIndexReads: DWORDLONG
§RootIndexReadBytes: DWORDLONG
§RootIndexWrites: DWORDLONG
§RootIndexWriteBytes: DWORDLONG
§BitmapReads: DWORDLONG
§BitmapReadBytes: DWORDLONG
§BitmapWrites: DWORDLONG
§BitmapWriteBytes: DWORDLONG
§BitmapWritesFlushForLogFileFull: DWORD
§BitmapWritesLazyWriter: DWORD
§BitmapWritesUserRequest: DWORD
§BitmapWritesUserLevel: _NTFS_STATISTICS_EX__bindgen_ty_3
§MftBitmapReads: DWORDLONG
§MftBitmapReadBytes: DWORDLONG
§MftBitmapWrites: DWORDLONG
§MftBitmapWriteBytes: DWORDLONG
§MftBitmapWritesFlushForLogFileFull: DWORD
§MftBitmapWritesLazyWriter: DWORD
§MftBitmapWritesUserRequest: DWORD
§MftBitmapWritesUserLevel: _NTFS_STATISTICS_EX__bindgen_ty_4
§UserIndexReads: DWORDLONG
§UserIndexReadBytes: DWORDLONG
§UserIndexWrites: DWORDLONG
§UserIndexWriteBytes: DWORDLONG
§LogFileReads: DWORDLONG
§LogFileReadBytes: DWORDLONG
§LogFileWrites: DWORDLONG
§LogFileWriteBytes: DWORDLONG
§Allocate: _NTFS_STATISTICS_EX__bindgen_ty_5
§DiskResourcesExhausted: DWORD
§VolumeTrimCount: DWORDLONG
§VolumeTrimTime: DWORDLONG
§VolumeTrimByteCount: DWORDLONG
§FileLevelTrimCount: DWORDLONG
§FileLevelTrimTime: DWORDLONG
§FileLevelTrimByteCount: DWORDLONG
§VolumeTrimSkippedCount: DWORDLONG
§VolumeTrimSkippedByteCount: DWORDLONG
§NtfsFillStatInfoFromMftRecordCalledCount: DWORDLONG
§NtfsFillStatInfoFromMftRecordBailedBecauseOfAttributeListCount: DWORDLONG
§NtfsFillStatInfoFromMftRecordBailedBecauseOfNonResReparsePointCount: DWORDLONG
Trait Implementations§
Source§impl Clone for _NTFS_STATISTICS_EX
impl Clone for _NTFS_STATISTICS_EX
Source§fn clone(&self) -> _NTFS_STATISTICS_EX
fn clone(&self) -> _NTFS_STATISTICS_EX
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _NTFS_STATISTICS_EX
impl Debug for _NTFS_STATISTICS_EX
Source§impl Ord for _NTFS_STATISTICS_EX
impl Ord for _NTFS_STATISTICS_EX
Source§fn cmp(&self, other: &_NTFS_STATISTICS_EX) -> Ordering
fn cmp(&self, other: &_NTFS_STATISTICS_EX) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _NTFS_STATISTICS_EX
impl PartialEq for _NTFS_STATISTICS_EX
Source§impl PartialOrd for _NTFS_STATISTICS_EX
impl PartialOrd for _NTFS_STATISTICS_EX
impl Copy for _NTFS_STATISTICS_EX
impl Eq for _NTFS_STATISTICS_EX
impl StructuralPartialEq for _NTFS_STATISTICS_EX
Auto Trait Implementations§
impl Freeze for _NTFS_STATISTICS_EX
impl RefUnwindSafe for _NTFS_STATISTICS_EX
impl Send for _NTFS_STATISTICS_EX
impl Sync for _NTFS_STATISTICS_EX
impl Unpin for _NTFS_STATISTICS_EX
impl UnwindSafe for _NTFS_STATISTICS_EX
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more