Struct windows_sys::Win32::Storage::DataDeduplication::DDP_FILE_EXTENT
[−]Expand description
Required features: "Win32_Storage_DataDeduplication"
Fields
Length: i64
Offset: i64
Trait Implementations
impl Clone for DDP_FILE_EXTENT
impl Clone for DDP_FILE_EXTENT
impl Copy for DDP_FILE_EXTENT
Auto Trait Implementations
impl RefUnwindSafe for DDP_FILE_EXTENT
impl Send for DDP_FILE_EXTENT
impl Sync for DDP_FILE_EXTENT
impl Unpin for DDP_FILE_EXTENT
impl UnwindSafe for DDP_FILE_EXTENT
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