Struct winapi::wincrypt::CERT_REVOCATION_CHAIN_PARA
[−]
[src]
pub struct CERT_REVOCATION_CHAIN_PARA {
pub cbSize: DWORD,
pub hChainEngine: HCERTCHAINENGINE,
pub hAdditionalStore: HCERTSTORE,
pub dwChainFlags: DWORD,
pub dwUrlRetrievalTimeout: DWORD,
pub pftCurrentTime: LPFILETIME,
pub pftCacheResync: LPFILETIME,
}Fields
cbSize | |
hChainEngine | |
hAdditionalStore | |
dwChainFlags | |
dwUrlRetrievalTimeout | |
pftCurrentTime | |
pftCacheResync |
Trait Implementations
impl Copy for CERT_REVOCATION_CHAIN_PARA[src]
impl Clone for CERT_REVOCATION_CHAIN_PARA[src]
fn clone(&self) -> CERT_REVOCATION_CHAIN_PARA
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