[][src]Struct CCODE::_NTFS_STATISTICS_EX

#[repr(C)]pub struct _NTFS_STATISTICS_EX {
    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: DWORDOtherExceptions: DWORDMftReads: DWORDLONGMftReadBytes: DWORDLONGMftWrites: DWORDLONGMftWriteBytes: DWORDLONGMftWritesUserLevel: _NTFS_STATISTICS_EX__bindgen_ty_1MftWritesFlushForLogFileFull: DWORDMftWritesLazyWriter: DWORDMftWritesUserRequest: DWORDMft2Writes: DWORDLONGMft2WriteBytes: DWORDLONGMft2WritesUserLevel: _NTFS_STATISTICS_EX__bindgen_ty_2Mft2WritesFlushForLogFileFull: DWORDMft2WritesLazyWriter: DWORDMft2WritesUserRequest: DWORDRootIndexReads: DWORDLONGRootIndexReadBytes: DWORDLONGRootIndexWrites: DWORDLONGRootIndexWriteBytes: DWORDLONGBitmapReads: DWORDLONGBitmapReadBytes: DWORDLONGBitmapWrites: DWORDLONGBitmapWriteBytes: DWORDLONGBitmapWritesFlushForLogFileFull: DWORDBitmapWritesLazyWriter: DWORDBitmapWritesUserRequest: DWORDBitmapWritesUserLevel: _NTFS_STATISTICS_EX__bindgen_ty_3MftBitmapReads: DWORDLONGMftBitmapReadBytes: DWORDLONGMftBitmapWrites: DWORDLONGMftBitmapWriteBytes: DWORDLONGMftBitmapWritesFlushForLogFileFull: DWORDMftBitmapWritesLazyWriter: DWORDMftBitmapWritesUserRequest: DWORDMftBitmapWritesUserLevel: _NTFS_STATISTICS_EX__bindgen_ty_4UserIndexReads: DWORDLONGUserIndexReadBytes: DWORDLONGUserIndexWrites: DWORDLONGUserIndexWriteBytes: DWORDLONGLogFileReads: DWORDLONGLogFileReadBytes: DWORDLONGLogFileWrites: DWORDLONGLogFileWriteBytes: DWORDLONGAllocate: _NTFS_STATISTICS_EX__bindgen_ty_5DiskResourcesExhausted: DWORDVolumeTrimCount: DWORDLONGVolumeTrimTime: DWORDLONGVolumeTrimByteCount: DWORDLONGFileLevelTrimCount: DWORDLONGFileLevelTrimTime: DWORDLONGFileLevelTrimByteCount: DWORDLONGVolumeTrimSkippedCount: DWORDLONGVolumeTrimSkippedByteCount: DWORDLONGNtfsFillStatInfoFromMftRecordCalledCount: DWORDLONGNtfsFillStatInfoFromMftRecordBailedBecauseOfAttributeListCount: DWORDLONGNtfsFillStatInfoFromMftRecordBailedBecauseOfNonResReparsePointCount: DWORDLONG

Trait Implementations

impl Clone for _NTFS_STATISTICS_EX[src]

impl Copy for _NTFS_STATISTICS_EX[src]

impl Debug for _NTFS_STATISTICS_EX[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.