Struct winapi::wincrypt::CTL_CONTEXT [] [src]

pub struct CTL_CONTEXT {
    pub dwMsgAndCertEncodingType: DWORD,
    pub pbCtlEncoded: *mut BYTE,
    pub cbCtlEncoded: DWORD,
    pub pCtlInfo: PCTL_INFO,
    pub hCertStore: HCERTSTORE,
    pub hCryptMsg: HCRYPTMSG,
    pub pbCtlContent: *mut BYTE,
    pub cbCtlContent: DWORD,
}

Fields

dwMsgAndCertEncodingType: DWORD pbCtlEncoded: *mut BYTE cbCtlEncoded: DWORD pCtlInfo: PCTL_INFO hCertStore: HCERTSTORE hCryptMsg: HCRYPTMSG pbCtlContent: *mut BYTE cbCtlContent: DWORD

Trait Implementations

impl Debug for CTL_CONTEXT
[src]

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

Formats the value using the given formatter.

impl Copy for CTL_CONTEXT
[src]

impl Clone for CTL_CONTEXT
[src]

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