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: DWORD cSigners: DWORD rgSigners: PCMSG_SIGNER_ENCODE_INFO cCertEncoded: DWORD rgCertEncoded: PCERT_BLOB cCrlEncoded: DWORD rgCrlEncoded: PCRL_BLOB

Trait Implementations

impl Debug for CMSG_SIGNED_ENCODE_INFO
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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