#[repr(C)]pub struct CMSG_CTRL_DECRYPT_PARA {
pub cbSize: u32,
pub Anonymous: CMSG_CTRL_DECRYPT_PARA_0,
pub dwKeySpec: u32,
pub dwRecipientIndex: u32,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
cbSize: u32
Anonymous: CMSG_CTRL_DECRYPT_PARA_0
dwKeySpec: u32
dwRecipientIndex: u32
Trait Implementations
impl Clone for CMSG_CTRL_DECRYPT_PARA
impl Clone for CMSG_CTRL_DECRYPT_PARA
impl Copy for CMSG_CTRL_DECRYPT_PARA
Auto Trait Implementations
impl RefUnwindSafe for CMSG_CTRL_DECRYPT_PARA
impl Send for CMSG_CTRL_DECRYPT_PARA
impl Sync for CMSG_CTRL_DECRYPT_PARA
impl Unpin for CMSG_CTRL_DECRYPT_PARA
impl UnwindSafe for CMSG_CTRL_DECRYPT_PARA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more