#[repr(C)]pub struct _REPAIR_COPIES_INPUT {
pub Size: DWORD,
pub Flags: DWORD,
pub FileOffset: LARGE_INTEGER,
pub Length: DWORD,
pub SourceCopy: DWORD,
pub NumberOfRepairCopies: DWORD,
pub RepairCopies: [DWORD; 1],
}
Fields§
§Size: DWORD
§Flags: DWORD
§FileOffset: LARGE_INTEGER
§Length: DWORD
§SourceCopy: DWORD
§NumberOfRepairCopies: DWORD
§RepairCopies: [DWORD; 1]
Trait Implementations§
Source§impl Clone for _REPAIR_COPIES_INPUT
impl Clone for _REPAIR_COPIES_INPUT
Source§fn clone(&self) -> _REPAIR_COPIES_INPUT
fn clone(&self) -> _REPAIR_COPIES_INPUT
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 moreimpl Copy for _REPAIR_COPIES_INPUT
Auto Trait Implementations§
impl Freeze for _REPAIR_COPIES_INPUT
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§
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