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: DWORD pbCrlEncoded: *mut BYTE cbCrlEncoded: DWORD pCrlInfo: PCRL_INFO hCertStore: HCERTSTORE

Trait Implementations

impl Debug for CRL_CONTEXT
[src]

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

Formats the value using the given formatter.

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