Struct winapi::wincrypt::CERT_SIMPLE_CHAIN [] [src]

pub struct CERT_SIMPLE_CHAIN {
    pub cbSize: DWORD,
    pub TrustStatus: CERT_TRUST_STATUS,
    pub cElement: DWORD,
    pub rgpElement: *mut PCERT_CHAIN_ELEMENT,
    pub pTrustListInfo: PCERT_TRUST_LIST_INFO,
    pub fHasRevocationFreshnessTime: BOOL,
    pub dwRevocationFreshnessTime: DWORD,
}

Fields

cbSize: DWORD TrustStatus: CERT_TRUST_STATUS cElement: DWORD rgpElement: *mut PCERT_CHAIN_ELEMENT pTrustListInfo: PCERT_TRUST_LIST_INFO fHasRevocationFreshnessTime: BOOL dwRevocationFreshnessTime: DWORD

Trait Implementations

impl Debug for CERT_SIMPLE_CHAIN
[src]

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

Formats the value using the given formatter.

impl Copy for CERT_SIMPLE_CHAIN
[src]

impl Clone for CERT_SIMPLE_CHAIN
[src]

fn clone(&self) -> CERT_SIMPLE_CHAIN

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