Struct windows_sys::Win32::System::Ioctl::DEVICE_DATA_SET_SCRUB_OUTPUT
[−]#[repr(C)]pub struct DEVICE_DATA_SET_SCRUB_OUTPUT {
pub BytesProcessed: u64,
pub BytesRepaired: u64,
pub BytesFailed: u64,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
BytesProcessed: u64
BytesRepaired: u64
BytesFailed: u64
Trait Implementations
impl Clone for DEVICE_DATA_SET_SCRUB_OUTPUT
impl Clone for DEVICE_DATA_SET_SCRUB_OUTPUT
impl Copy for DEVICE_DATA_SET_SCRUB_OUTPUT
Auto Trait Implementations
impl RefUnwindSafe for DEVICE_DATA_SET_SCRUB_OUTPUT
impl Send for DEVICE_DATA_SET_SCRUB_OUTPUT
impl Sync for DEVICE_DATA_SET_SCRUB_OUTPUT
impl Unpin for DEVICE_DATA_SET_SCRUB_OUTPUT
impl UnwindSafe for DEVICE_DATA_SET_SCRUB_OUTPUT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more