#[repr(C)]pub struct CMSG_HASHED_ENCODE_INFO {
pub cbSize: u32,
pub hCryptProv: HCRYPTPROV_LEGACY,
pub HashAlgorithm: CRYPT_ALGORITHM_IDENTIFIER,
pub pvHashAuxInfo: *mut c_void,
}
Expand description
Required features: ‘Win32_Security_Cryptography’
Fields
cbSize: u32
hCryptProv: HCRYPTPROV_LEGACY
HashAlgorithm: CRYPT_ALGORITHM_IDENTIFIER
pvHashAuxInfo: *mut c_void
Trait Implementations
impl Clone for CMSG_HASHED_ENCODE_INFO
impl Clone for CMSG_HASHED_ENCODE_INFO
impl Copy for CMSG_HASHED_ENCODE_INFO
Auto Trait Implementations
impl RefUnwindSafe for CMSG_HASHED_ENCODE_INFO
impl !Send for CMSG_HASHED_ENCODE_INFO
impl !Sync for CMSG_HASHED_ENCODE_INFO
impl Unpin for CMSG_HASHED_ENCODE_INFO
impl UnwindSafe for CMSG_HASHED_ENCODE_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more