Struct windows_sys::Win32::Security::Cryptography::CMSG_CMS_RECIPIENT_INFO
#[repr(C)]pub struct CMSG_CMS_RECIPIENT_INFO {
pub dwRecipientChoice: u32,
pub Anonymous: CMSG_CMS_RECIPIENT_INFO_0,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§dwRecipientChoice: u32
§Anonymous: CMSG_CMS_RECIPIENT_INFO_0
Trait Implementations§
§impl Clone for CMSG_CMS_RECIPIENT_INFO
impl Clone for CMSG_CMS_RECIPIENT_INFO
impl Copy for CMSG_CMS_RECIPIENT_INFO
Auto Trait Implementations§
impl RefUnwindSafe for CMSG_CMS_RECIPIENT_INFO
impl !Send for CMSG_CMS_RECIPIENT_INFO
impl !Sync for CMSG_CMS_RECIPIENT_INFO
impl Unpin for CMSG_CMS_RECIPIENT_INFO
impl UnwindSafe for CMSG_CMS_RECIPIENT_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