Struct 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
§fn clone(&self) -> DedupStream
fn clone(&self) -> DedupStream
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DedupStream
impl Debug for DedupStream
§impl PartialEq for DedupStream
impl PartialEq 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