Expand description
Required features: "Win32_System_ApplicationInstallationAndServicing"
Fields
HashSize: u32
HashValue: [u8; 32]
Trait Implementations
impl Clone for DELTA_HASH
impl Clone for DELTA_HASH
impl Copy for DELTA_HASH
Auto Trait Implementations
impl RefUnwindSafe for DELTA_HASH
impl Send for DELTA_HASH
impl Sync for DELTA_HASH
impl Unpin for DELTA_HASH
impl UnwindSafe for DELTA_HASH
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