#[repr(C)]pub struct CMSG_ENVELOPED_ENCODE_INFO {Show 15 fields
pub cbSize: DWORD,
pub hCryptProv: HCRYPTPROV_LEGACY,
pub ContentEncryptionAlgorithm: CRYPT_ALGORITHM_IDENTIFIER,
pub pvEncryptionAuxInfo: *mut c_void,
pub cRecipients: DWORD,
pub rgpRecipients: *mut PCERT_INFO,
pub rgCmsRecipients: PCMSG_RECIPIENT_ENCODE_INFO,
pub cCertEncoded: DWORD,
pub rgCertEncoded: PCERT_BLOB,
pub cCrlEncoded: DWORD,
pub rgCrlEncoded: PCRL_BLOB,
pub cAttrCertEncoded: DWORD,
pub rgAttrCertEncoded: PCERT_BLOB,
pub cUnprotectedAttr: DWORD,
pub rgUnprotectedAttr: PCRYPT_ATTRIBUTE,
}
Fields§
§cbSize: DWORD
§hCryptProv: HCRYPTPROV_LEGACY
§ContentEncryptionAlgorithm: CRYPT_ALGORITHM_IDENTIFIER
§pvEncryptionAuxInfo: *mut c_void
§cRecipients: DWORD
§rgpRecipients: *mut PCERT_INFO
§rgCmsRecipients: PCMSG_RECIPIENT_ENCODE_INFO
§cCertEncoded: DWORD
§rgCertEncoded: PCERT_BLOB
§cCrlEncoded: DWORD
§rgCrlEncoded: PCRL_BLOB
§cAttrCertEncoded: DWORD
§rgAttrCertEncoded: PCERT_BLOB
§cUnprotectedAttr: DWORD
§rgUnprotectedAttr: PCRYPT_ATTRIBUTE
Trait Implementations§
Source§impl Clone for CMSG_ENVELOPED_ENCODE_INFO
impl Clone for CMSG_ENVELOPED_ENCODE_INFO
Source§fn clone(&self) -> CMSG_ENVELOPED_ENCODE_INFO
fn clone(&self) -> CMSG_ENVELOPED_ENCODE_INFO
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for CMSG_ENVELOPED_ENCODE_INFO
impl Default for CMSG_ENVELOPED_ENCODE_INFO
Source§fn default() -> CMSG_ENVELOPED_ENCODE_INFO
fn default() -> CMSG_ENVELOPED_ENCODE_INFO
Returns the “default value” for a type. Read more
impl Copy for CMSG_ENVELOPED_ENCODE_INFO
Auto Trait Implementations§
impl Freeze for CMSG_ENVELOPED_ENCODE_INFO
impl RefUnwindSafe for CMSG_ENVELOPED_ENCODE_INFO
impl !Send for CMSG_ENVELOPED_ENCODE_INFO
impl !Sync for CMSG_ENVELOPED_ENCODE_INFO
impl Unpin for CMSG_ENVELOPED_ENCODE_INFO
impl UnwindSafe for CMSG_ENVELOPED_ENCODE_INFO
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