Struct windows_sys::Win32::Security::AppLocker::SAFER_HASH_IDENTIFICATION2
#[repr(C)]pub struct SAFER_HASH_IDENTIFICATION2 {
pub hashIdentification: SAFER_HASH_IDENTIFICATION,
pub HashSize: u32,
pub ImageHash: [u8; 64],
pub HashAlgorithm: ALG_ID,
}Expand description
Required features: "Win32_Foundation", "Win32_Security_Cryptography"
Fields§
§hashIdentification: SAFER_HASH_IDENTIFICATION§HashSize: u32§ImageHash: [u8; 64]§HashAlgorithm: ALG_IDTrait 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§
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