Struct winapi::wincrypt::CRL_CONTEXT [] [src]

pub struct CRL_CONTEXT {
    pub dwCertEncodingType: DWORD,
    pub pbCrlEncoded: *mut BYTE,
    pub cbCrlEncoded: DWORD,
    pub pCrlInfo: PCRL_INFO,
    pub hCertStore: HCERTSTORE,
}

Fields

dwCertEncodingType
pbCrlEncoded
cbCrlEncoded
pCrlInfo
hCertStore

Trait Implementations

impl Copy for CRL_CONTEXT
[src]

impl Clone for CRL_CONTEXT
[src]

fn clone(&self) -> CRL_CONTEXT

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 CRL_CONTEXT
[src]

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

Formats the value using the given formatter.