[−][src]Struct CCODE::_NTFS_STATISTICS_EX
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: DWORDLONGTrait Implementations
impl Clone for _NTFS_STATISTICS_EX[src]
pub fn clone(&self) -> _NTFS_STATISTICS_EX[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for _NTFS_STATISTICS_EX[src]
impl Debug for _NTFS_STATISTICS_EX[src]
Auto Trait Implementations
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
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,