Struct windows_sys::Win32::System::Ioctl::DEVICE_DATA_SET_SCRUB_EX_OUTPUT
#[repr(C)]pub struct DEVICE_DATA_SET_SCRUB_EX_OUTPUT {
pub BytesProcessed: u64,
pub BytesRepaired: u64,
pub BytesFailed: u64,
pub ParityExtent: DEVICE_DATA_SET_RANGE,
pub BytesScrubbed: u64,
}
Fields§
§BytesProcessed: u64
§BytesRepaired: u64
§BytesFailed: u64
§ParityExtent: DEVICE_DATA_SET_RANGE
§BytesScrubbed: u64
Trait Implementations§
§impl Clone for DEVICE_DATA_SET_SCRUB_EX_OUTPUT
impl Clone for DEVICE_DATA_SET_SCRUB_EX_OUTPUT
impl Copy for DEVICE_DATA_SET_SCRUB_EX_OUTPUT
Auto Trait Implementations§
impl RefUnwindSafe for DEVICE_DATA_SET_SCRUB_EX_OUTPUT
impl Send for DEVICE_DATA_SET_SCRUB_EX_OUTPUT
impl Sync for DEVICE_DATA_SET_SCRUB_EX_OUTPUT
impl Unpin for DEVICE_DATA_SET_SCRUB_EX_OUTPUT
impl UnwindSafe for DEVICE_DATA_SET_SCRUB_EX_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