Struct windows::Win32::Storage::DataDeduplication::DedupStream
#[repr(C)]pub struct DedupStream {
pub Path: ManuallyDrop<BSTR>,
pub Offset: u64,
pub Length: u64,
pub ChunkCount: u32,
}
Fields§
§Path: ManuallyDrop<BSTR>
§Offset: u64
§Length: u64
§ChunkCount: u32
Trait Implementations§
§impl Clone for DedupStream
impl Clone for DedupStream
§impl Debug for DedupStream
impl Debug for DedupStream
§impl PartialEq for DedupStream
impl PartialEq for DedupStream
§fn eq(&self, other: &DedupStream) -> bool
fn eq(&self, other: &DedupStream) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for DedupStream
impl StructuralPartialEq for DedupStream
Auto Trait Implementations§
impl Freeze for DedupStream
impl RefUnwindSafe for DedupStream
impl !Send for DedupStream
impl !Sync for DedupStream
impl Unpin for DedupStream
impl UnwindSafe for DedupStream
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)