Struct winapi::wincrypt::CERT_CHAIN_ELEMENT [] [src]

pub struct CERT_CHAIN_ELEMENT {
    pub cbSize: DWORD,
    pub pCertContext: PCCERT_CONTEXT,
    pub TrustStatus: CERT_TRUST_STATUS,
    pub pRevocationInfo: PCERT_REVOCATION_INFO,
    pub pIssuanceUsage: PCERT_ENHKEY_USAGE,
    pub pApplicationUsage: PCERT_ENHKEY_USAGE,
    pub pwszExtendedErrorInfo: LPWSTR,
}

Fields

cbSize
pCertContext
TrustStatus
pRevocationInfo
pIssuanceUsage
pApplicationUsage
pwszExtendedErrorInfo

Trait Implementations

impl Copy for CERT_CHAIN_ELEMENT
[src]

impl Clone for CERT_CHAIN_ELEMENT
[src]

fn clone(&self) -> CERT_CHAIN_ELEMENT

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

Derived Implementations

impl Debug for CERT_CHAIN_ELEMENT
[src]

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

Formats the value using the given formatter.