#[repr(C)]pub struct CMSG_KEY_AGREE_RECIPIENT_INFO_u(/* private fields */);
Implementations§
Source§impl CMSG_KEY_AGREE_RECIPIENT_INFO_u
impl CMSG_KEY_AGREE_RECIPIENT_INFO_u
pub unsafe fn OriginatorCertId(&self) -> &CERT_ID
pub unsafe fn OriginatorCertId_mut(&mut self) -> &mut CERT_ID
pub unsafe fn OriginatorPublicKeyInfo(&self) -> &CERT_PUBLIC_KEY_INFO
pub unsafe fn OriginatorPublicKeyInfo_mut( &mut self, ) -> &mut CERT_PUBLIC_KEY_INFO
Trait Implementations§
Source§impl Clone for CMSG_KEY_AGREE_RECIPIENT_INFO_u
impl Clone for CMSG_KEY_AGREE_RECIPIENT_INFO_u
Source§fn clone(&self) -> CMSG_KEY_AGREE_RECIPIENT_INFO_u
fn clone(&self) -> CMSG_KEY_AGREE_RECIPIENT_INFO_u
Returns a duplicate 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_KEY_AGREE_RECIPIENT_INFO_u
impl Default for CMSG_KEY_AGREE_RECIPIENT_INFO_u
Source§fn default() -> CMSG_KEY_AGREE_RECIPIENT_INFO_u
fn default() -> CMSG_KEY_AGREE_RECIPIENT_INFO_u
Returns the “default value” for a type. Read more
impl Copy for CMSG_KEY_AGREE_RECIPIENT_INFO_u
Auto Trait Implementations§
impl Freeze for CMSG_KEY_AGREE_RECIPIENT_INFO_u
impl RefUnwindSafe for CMSG_KEY_AGREE_RECIPIENT_INFO_u
impl Send for CMSG_KEY_AGREE_RECIPIENT_INFO_u
impl Sync for CMSG_KEY_AGREE_RECIPIENT_INFO_u
impl Unpin for CMSG_KEY_AGREE_RECIPIENT_INFO_u
impl UnwindSafe for CMSG_KEY_AGREE_RECIPIENT_INFO_u
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