Struct windows_sys::Win32::Security::Cryptography::CRYPT_HASH_INFO
[−]#[repr(C)]pub struct CRYPT_HASH_INFO {
pub HashAlgorithm: CRYPT_ALGORITHM_IDENTIFIER,
pub Hash: CRYPTOAPI_BLOB,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
HashAlgorithm: CRYPT_ALGORITHM_IDENTIFIER
Hash: CRYPTOAPI_BLOB
Trait Implementations
impl Clone for CRYPT_HASH_INFO
impl Clone for CRYPT_HASH_INFO
impl Copy for CRYPT_HASH_INFO
Auto Trait Implementations
impl RefUnwindSafe for CRYPT_HASH_INFO
impl !Send for CRYPT_HASH_INFO
impl !Sync for CRYPT_HASH_INFO
impl Unpin for CRYPT_HASH_INFO
impl UnwindSafe for CRYPT_HASH_INFO
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