Struct winapi::wincrypt::CMSG_SIGNED_ENCODE_INFO
[−]
[src]
pub struct CMSG_SIGNED_ENCODE_INFO {
pub cbSize: DWORD,
pub cSigners: DWORD,
pub rgSigners: PCMSG_SIGNER_ENCODE_INFO,
pub cCertEncoded: DWORD,
pub rgCertEncoded: PCERT_BLOB,
pub cCrlEncoded: DWORD,
pub rgCrlEncoded: PCRL_BLOB,
}Fields
cbSize | |
cSigners | |
rgSigners | |
cCertEncoded | |
rgCertEncoded | |
cCrlEncoded | |
rgCrlEncoded |
Trait Implementations
impl Copy for CMSG_SIGNED_ENCODE_INFO[src]
impl Clone for CMSG_SIGNED_ENCODE_INFO[src]
fn clone(&self) -> CMSG_SIGNED_ENCODE_INFO
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more