#[repr(C)]pub struct DEDUP_CONTAINER_EXTENT {
pub ContainerIndex: u32,
pub StartOffset: i64,
pub Length: i64,
}
Expand description
Required features: "Win32_Storage_DataDeduplication"
Fields
ContainerIndex: u32
StartOffset: i64
Length: i64
Trait Implementations
impl Clone for DEDUP_CONTAINER_EXTENT
impl Clone for DEDUP_CONTAINER_EXTENT
impl Copy for DEDUP_CONTAINER_EXTENT
Auto Trait Implementations
impl RefUnwindSafe for DEDUP_CONTAINER_EXTENT
impl Send for DEDUP_CONTAINER_EXTENT
impl Sync for DEDUP_CONTAINER_EXTENT
impl Unpin for DEDUP_CONTAINER_EXTENT
impl UnwindSafe for DEDUP_CONTAINER_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