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 | |
TrustStatus | |
cElement | |
rgpElement | |
pTrustListInfo | |
fHasRevocationFreshnessTime | |
dwRevocationFreshnessTime |
Trait Implementations
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