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: DWORD hChainEngine: HCERTCHAINENGINE hAdditionalStore: HCERTSTORE dwChainFlags: DWORD dwUrlRetrievalTimeout: DWORD pftCurrentTime: LPFILETIME pftCacheResync: LPFILETIME

Trait Implementations

impl Debug for CERT_REVOCATION_CHAIN_PARA
[src]

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

Formats the value using the given formatter.

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