Struct windows_sys::Win32::Storage::DataDeduplication::DedupHash
[−]Expand description
Required features: "Win32_Storage_DataDeduplication"
Fields
Hash: [u8; 32]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DedupHash
impl Send for DedupHash
impl Sync for DedupHash
impl Unpin for DedupHash
impl UnwindSafe for DedupHash
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