Struct windows::Win32::Storage::DataDeduplication::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
§fn eq(&self, other: &DedupStreamEntry) -> bool
fn eq(&self, other: &DedupStreamEntry) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DedupStreamEntry
impl Eq 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
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
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)