Struct windows_sys::Win32::System::Ioctl::ASYNC_DUPLICATE_EXTENTS_STATUS
[−]#[repr(C)]pub struct ASYNC_DUPLICATE_EXTENTS_STATUS {
pub Version: u32,
pub State: DUPLICATE_EXTENTS_STATE,
pub SourceFileOffset: u64,
pub TargetFileOffset: u64,
pub ByteCount: u64,
pub BytesDuplicated: u64,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
Version: u32
State: DUPLICATE_EXTENTS_STATE
SourceFileOffset: u64
TargetFileOffset: u64
ByteCount: u64
BytesDuplicated: u64
Trait Implementations
impl Clone for ASYNC_DUPLICATE_EXTENTS_STATUS
impl Clone for ASYNC_DUPLICATE_EXTENTS_STATUS
impl Copy for ASYNC_DUPLICATE_EXTENTS_STATUS
Auto Trait Implementations
impl RefUnwindSafe for ASYNC_DUPLICATE_EXTENTS_STATUS
impl Send for ASYNC_DUPLICATE_EXTENTS_STATUS
impl Sync for ASYNC_DUPLICATE_EXTENTS_STATUS
impl Unpin for ASYNC_DUPLICATE_EXTENTS_STATUS
impl UnwindSafe for ASYNC_DUPLICATE_EXTENTS_STATUS
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