#[repr(C)]pub struct SAFER_HASH_IDENTIFICATION2 {
pub hashIdentification: SAFER_HASH_IDENTIFICATION,
pub HashSize: u32,
pub ImageHash: [u8; 64],
pub HashAlgorithm: u32,
}
Expand description
Required features: "Win32_Security_AppLocker"
, "Win32_Foundation"
Fields
hashIdentification: SAFER_HASH_IDENTIFICATION
HashSize: u32
ImageHash: [u8; 64]
HashAlgorithm: u32
Trait Implementations
impl Clone for SAFER_HASH_IDENTIFICATION2
impl Clone for SAFER_HASH_IDENTIFICATION2
impl Copy for SAFER_HASH_IDENTIFICATION2
Auto Trait Implementations
impl RefUnwindSafe for SAFER_HASH_IDENTIFICATION2
impl Send for SAFER_HASH_IDENTIFICATION2
impl Sync for SAFER_HASH_IDENTIFICATION2
impl Unpin for SAFER_HASH_IDENTIFICATION2
impl UnwindSafe for SAFER_HASH_IDENTIFICATION2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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