#[repr(C)]pub struct _SCRUB_DATA_OUTPUT {Show 26 fields
pub Size: DWORD,
pub Flags: DWORD,
pub Status: DWORD,
pub ErrorFileOffset: ULONGLONG,
pub ErrorLength: ULONGLONG,
pub NumberOfBytesRepaired: ULONGLONG,
pub NumberOfBytesFailed: ULONGLONG,
pub InternalFileReference: ULONGLONG,
pub ResumeContextLength: WORD,
pub ParityExtentDataOffset: WORD,
pub NextStartingByteOffset: ULONGLONG,
pub ValidDataLength: ULONGLONG,
pub Reserved: [DWORD; 4],
pub NumberOfMetadataBytesProcessed: ULONGLONG,
pub NumberOfDataBytesProcessed: ULONGLONG,
pub TotalNumberOfMetadataBytesInUse: ULONGLONG,
pub TotalNumberOfDataBytesInUse: ULONGLONG,
pub DataBytesSkippedDueToNoAllocation: ULONGLONG,
pub DataBytesSkippedDueToInvalidRun: ULONGLONG,
pub DataBytesSkippedDueToIntegrityStream: ULONGLONG,
pub DataBytesSkippedDueToRegionBeingClean: ULONGLONG,
pub DataBytesSkippedDueToLockConflict: ULONGLONG,
pub DataBytesSkippedDueToNoScrubDataFlag: ULONGLONG,
pub DataBytesSkippedDueToNoScrubNonIntegrityStreamFlag: ULONGLONG,
pub DataBytesScrubbed: ULONGLONG,
pub ResumeContext: [BYTE; 1040],
}
Fields§
§Size: DWORD
§Flags: DWORD
§Status: DWORD
§ErrorFileOffset: ULONGLONG
§ErrorLength: ULONGLONG
§NumberOfBytesRepaired: ULONGLONG
§NumberOfBytesFailed: ULONGLONG
§InternalFileReference: ULONGLONG
§ResumeContextLength: WORD
§ParityExtentDataOffset: WORD
§NextStartingByteOffset: ULONGLONG
§ValidDataLength: ULONGLONG
§Reserved: [DWORD; 4]
§NumberOfMetadataBytesProcessed: ULONGLONG
§NumberOfDataBytesProcessed: ULONGLONG
§TotalNumberOfMetadataBytesInUse: ULONGLONG
§TotalNumberOfDataBytesInUse: ULONGLONG
§DataBytesSkippedDueToNoAllocation: ULONGLONG
§DataBytesSkippedDueToInvalidRun: ULONGLONG
§DataBytesSkippedDueToIntegrityStream: ULONGLONG
§DataBytesSkippedDueToRegionBeingClean: ULONGLONG
§DataBytesSkippedDueToLockConflict: ULONGLONG
§DataBytesSkippedDueToNoScrubDataFlag: ULONGLONG
§DataBytesSkippedDueToNoScrubNonIntegrityStreamFlag: ULONGLONG
§DataBytesScrubbed: ULONGLONG
§ResumeContext: [BYTE; 1040]
Trait Implementations§
Source§impl Clone for _SCRUB_DATA_OUTPUT
impl Clone for _SCRUB_DATA_OUTPUT
Source§fn clone(&self) -> _SCRUB_DATA_OUTPUT
fn clone(&self) -> _SCRUB_DATA_OUTPUT
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 _SCRUB_DATA_OUTPUT
impl Debug for _SCRUB_DATA_OUTPUT
Source§impl Ord for _SCRUB_DATA_OUTPUT
impl Ord for _SCRUB_DATA_OUTPUT
Source§fn cmp(&self, other: &_SCRUB_DATA_OUTPUT) -> Ordering
fn cmp(&self, other: &_SCRUB_DATA_OUTPUT) -> 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 _SCRUB_DATA_OUTPUT
impl PartialEq for _SCRUB_DATA_OUTPUT
Source§impl PartialOrd for _SCRUB_DATA_OUTPUT
impl PartialOrd for _SCRUB_DATA_OUTPUT
impl Copy for _SCRUB_DATA_OUTPUT
impl Eq for _SCRUB_DATA_OUTPUT
impl StructuralPartialEq for _SCRUB_DATA_OUTPUT
Auto Trait Implementations§
impl Freeze for _SCRUB_DATA_OUTPUT
impl RefUnwindSafe for _SCRUB_DATA_OUTPUT
impl Send for _SCRUB_DATA_OUTPUT
impl Sync for _SCRUB_DATA_OUTPUT
impl Unpin for _SCRUB_DATA_OUTPUT
impl UnwindSafe for _SCRUB_DATA_OUTPUT
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