Struct CMSG_RECIPIENT_ENCRYPTED_KEY_INFO
#[repr(C)]pub struct CMSG_RECIPIENT_ENCRYPTED_KEY_INFO {
pub RecipientId: CERT_ID,
pub EncryptedKey: CRYPT_INTEGER_BLOB,
pub Date: FILETIME,
pub pOtherAttr: *mut CRYPT_ATTRIBUTE_TYPE_VALUE,
}
Fields§
§RecipientId: CERT_ID
§EncryptedKey: CRYPT_INTEGER_BLOB
§Date: FILETIME
§pOtherAttr: *mut CRYPT_ATTRIBUTE_TYPE_VALUE
Trait Implementations§
§impl Clone for CMSG_RECIPIENT_ENCRYPTED_KEY_INFO
impl Clone for CMSG_RECIPIENT_ENCRYPTED_KEY_INFO
§fn clone(&self) -> CMSG_RECIPIENT_ENCRYPTED_KEY_INFO
fn clone(&self) -> CMSG_RECIPIENT_ENCRYPTED_KEY_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 moreimpl Copy for CMSG_RECIPIENT_ENCRYPTED_KEY_INFO
Auto Trait Implementations§
impl Freeze for CMSG_RECIPIENT_ENCRYPTED_KEY_INFO
impl RefUnwindSafe for CMSG_RECIPIENT_ENCRYPTED_KEY_INFO
impl !Send for CMSG_RECIPIENT_ENCRYPTED_KEY_INFO
impl !Sync for CMSG_RECIPIENT_ENCRYPTED_KEY_INFO
impl Unpin for CMSG_RECIPIENT_ENCRYPTED_KEY_INFO
impl UnwindSafe for CMSG_RECIPIENT_ENCRYPTED_KEY_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