Struct windows_sys::Win32::Storage::DataDeduplication::DedupStream
[−]#[repr(C)]pub struct DedupStream {
pub Path: BSTR,
pub Offset: u64,
pub Length: u64,
pub ChunkCount: u32,
}
Expand description
Required features: "Win32_Storage_DataDeduplication"
, "Win32_Foundation"
Fields
Path: BSTR
Offset: u64
Length: u64
ChunkCount: u32
Trait Implementations
impl Clone for DedupStream
impl Clone for DedupStream
impl Copy for DedupStream
Auto Trait Implementations
impl RefUnwindSafe for DedupStream
impl !Send for DedupStream
impl !Sync for DedupStream
impl Unpin for DedupStream
impl UnwindSafe for DedupStream
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