#[repr(C)]pub struct CMSG_CTRL_ADD_SIGNER_UNAUTH_ATTR_PARA {
pub cbSize: u32,
pub dwSignerIndex: u32,
pub blob: CRYPTOAPI_BLOB,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
cbSize: u32
dwSignerIndex: u32
blob: CRYPTOAPI_BLOB
Trait Implementations
impl Copy for CMSG_CTRL_ADD_SIGNER_UNAUTH_ATTR_PARA
Auto Trait Implementations
impl RefUnwindSafe for CMSG_CTRL_ADD_SIGNER_UNAUTH_ATTR_PARA
impl !Send for CMSG_CTRL_ADD_SIGNER_UNAUTH_ATTR_PARA
impl !Sync for CMSG_CTRL_ADD_SIGNER_UNAUTH_ATTR_PARA
impl Unpin for CMSG_CTRL_ADD_SIGNER_UNAUTH_ATTR_PARA
impl UnwindSafe for CMSG_CTRL_ADD_SIGNER_UNAUTH_ATTR_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