Struct windows_sys::Win32::System::Ioctl::REPAIR_COPIES_OUTPUT
[−]#[repr(C)]pub struct REPAIR_COPIES_OUTPUT {
pub Size: u32,
pub Status: u32,
pub ResumeFileOffset: i64,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
Size: u32
Status: u32
ResumeFileOffset: i64
Trait Implementations
impl Clone for REPAIR_COPIES_OUTPUT
impl Clone for REPAIR_COPIES_OUTPUT
impl Copy for REPAIR_COPIES_OUTPUT
Auto Trait Implementations
impl RefUnwindSafe for REPAIR_COPIES_OUTPUT
impl Send for REPAIR_COPIES_OUTPUT
impl Sync for REPAIR_COPIES_OUTPUT
impl Unpin for REPAIR_COPIES_OUTPUT
impl UnwindSafe for REPAIR_COPIES_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