#[repr(C)]pub struct CMSG_SIGNED_ENCODE_INFO {
pub cbSize: u32,
pub cSigners: u32,
pub rgSigners: *mut CMSG_SIGNER_ENCODE_INFO,
pub cCertEncoded: u32,
pub rgCertEncoded: *mut CRYPTOAPI_BLOB,
pub cCrlEncoded: u32,
pub rgCrlEncoded: *mut CRYPTOAPI_BLOB,
}
Expand description
Required features: ‘Win32_Security_Cryptography’, ‘Win32_Foundation’
Fields
cbSize: u32
cSigners: u32
rgSigners: *mut CMSG_SIGNER_ENCODE_INFO
cCertEncoded: u32
rgCertEncoded: *mut CRYPTOAPI_BLOB
cCrlEncoded: u32
rgCrlEncoded: *mut CRYPTOAPI_BLOB
Trait Implementations
impl Clone for CMSG_SIGNED_ENCODE_INFO
impl Clone for CMSG_SIGNED_ENCODE_INFO
impl Copy for CMSG_SIGNED_ENCODE_INFO
Auto Trait Implementations
impl RefUnwindSafe for CMSG_SIGNED_ENCODE_INFO
impl !Send for CMSG_SIGNED_ENCODE_INFO
impl !Sync for CMSG_SIGNED_ENCODE_INFO
impl Unpin for CMSG_SIGNED_ENCODE_INFO
impl UnwindSafe for CMSG_SIGNED_ENCODE_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more