Struct winapi::wincrypt::CERT_CONTEXT [] [src]

pub struct CERT_CONTEXT {
    pub dwCertEncodingType: DWORD,
    pub pbCertEncoded: *mut BYTE,
    pub cbCertEncoded: DWORD,
    pub pCertInfo: PCERT_INFO,
    pub hCertStore: HCERTSTORE,
}

Fields

dwCertEncodingType: DWORD pbCertEncoded: *mut BYTE cbCertEncoded: DWORD pCertInfo: PCERT_INFO hCertStore: HCERTSTORE

Trait Implementations

impl Debug for CERT_CONTEXT
[src]

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

Formats the value using the given formatter.

impl Copy for CERT_CONTEXT
[src]

impl Clone for CERT_CONTEXT
[src]

fn clone(&self) -> CERT_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