#[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: u32cSigners: u32rgSigners: *mut CMSG_SIGNER_ENCODE_INFOcCertEncoded: u32rgCertEncoded: *mut CRYPTOAPI_BLOBcCrlEncoded: u32rgCrlEncoded: *mut CRYPTOAPI_BLOBTrait 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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