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 | |
pbCertEncoded | |
cbCertEncoded | |
pCertInfo | |
hCertStore |
Trait Implementations
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