#[repr(C)]pub struct CMSG_KEY_TRANS_RECIPIENT_INFO {
pub dwVersion: u32,
pub RecipientId: CERT_ID,
pub KeyEncryptionAlgorithm: CRYPT_ALGORITHM_IDENTIFIER,
pub EncryptedKey: CRYPTOAPI_BLOB,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
dwVersion: u32
RecipientId: CERT_ID
KeyEncryptionAlgorithm: CRYPT_ALGORITHM_IDENTIFIER
EncryptedKey: CRYPTOAPI_BLOB
Trait Implementations
impl Clone for CMSG_KEY_TRANS_RECIPIENT_INFO
impl Clone for CMSG_KEY_TRANS_RECIPIENT_INFO
impl Copy for CMSG_KEY_TRANS_RECIPIENT_INFO
Auto Trait Implementations
impl RefUnwindSafe for CMSG_KEY_TRANS_RECIPIENT_INFO
impl !Send for CMSG_KEY_TRANS_RECIPIENT_INFO
impl !Sync for CMSG_KEY_TRANS_RECIPIENT_INFO
impl Unpin for CMSG_KEY_TRANS_RECIPIENT_INFO
impl UnwindSafe for CMSG_KEY_TRANS_RECIPIENT_INFO
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