#[repr(C)]pub struct CMSG_MAIL_LIST_ENCRYPT_INFO {
pub cbSize: u32,
pub dwRecipientIndex: u32,
pub KeyEncryptionAlgorithm: CRYPT_ALGORITHM_IDENTIFIER,
pub EncryptedKey: CRYPTOAPI_BLOB,
pub dwFlags: u32,
}
Expand description
Required features: ‘Win32_Security_Cryptography’
Fields
cbSize: u32
dwRecipientIndex: u32
KeyEncryptionAlgorithm: CRYPT_ALGORITHM_IDENTIFIER
EncryptedKey: CRYPTOAPI_BLOB
dwFlags: u32
Trait Implementations
impl Clone for CMSG_MAIL_LIST_ENCRYPT_INFO
impl Clone for CMSG_MAIL_LIST_ENCRYPT_INFO
impl Copy for CMSG_MAIL_LIST_ENCRYPT_INFO
Auto Trait Implementations
impl RefUnwindSafe for CMSG_MAIL_LIST_ENCRYPT_INFO
impl !Send for CMSG_MAIL_LIST_ENCRYPT_INFO
impl !Sync for CMSG_MAIL_LIST_ENCRYPT_INFO
impl Unpin for CMSG_MAIL_LIST_ENCRYPT_INFO
impl UnwindSafe for CMSG_MAIL_LIST_ENCRYPT_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