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 | |
pbCtlEncoded | |
cbCtlEncoded | |
pCtlInfo | |
hCertStore | |
hCryptMsg | |
pbCtlContent | |
cbCtlContent |
Trait Implementations
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