Struct windows_sys::Win32::System::Ioctl::REPAIR_COPIES_INPUT
[−]#[repr(C)]pub struct REPAIR_COPIES_INPUT {
pub Size: u32,
pub Flags: u32,
pub FileOffset: i64,
pub Length: u32,
pub SourceCopy: u32,
pub NumberOfRepairCopies: u32,
pub RepairCopies: [u32; 1],
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
Size: u32
Flags: u32
FileOffset: i64
Length: u32
SourceCopy: u32
NumberOfRepairCopies: u32
RepairCopies: [u32; 1]
Trait Implementations
impl Clone for REPAIR_COPIES_INPUT
impl Clone for REPAIR_COPIES_INPUT
impl Copy for REPAIR_COPIES_INPUT
Auto Trait Implementations
impl RefUnwindSafe for REPAIR_COPIES_INPUT
impl Send for REPAIR_COPIES_INPUT
impl Sync for REPAIR_COPIES_INPUT
impl Unpin for REPAIR_COPIES_INPUT
impl UnwindSafe for REPAIR_COPIES_INPUT
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