Struct DedupStreamEntry
#[repr(C)]pub struct DedupStreamEntry {
pub Hash: DedupHash,
pub LogicalSize: u32,
pub Offset: u64,
}
Fields§
§Hash: DedupHash
§LogicalSize: u32
§Offset: u64
Trait Implementations§
§impl Clone for DedupStreamEntry
impl Clone for DedupStreamEntry
§fn clone(&self) -> DedupStreamEntry
fn clone(&self) -> DedupStreamEntry
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 DedupStreamEntry
impl Debug for DedupStreamEntry
§impl Default for DedupStreamEntry
impl Default for DedupStreamEntry
§impl PartialEq for DedupStreamEntry
impl PartialEq for DedupStreamEntry
impl Copy for DedupStreamEntry
impl StructuralPartialEq for DedupStreamEntry
Auto Trait Implementations§
impl Freeze for DedupStreamEntry
impl RefUnwindSafe for DedupStreamEntry
impl Send for DedupStreamEntry
impl Sync for DedupStreamEntry
impl Unpin for DedupStreamEntry
impl UnwindSafe for DedupStreamEntry
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