Struct winapi::wincrypt::CERT_EXTENSION [] [src]

pub struct CERT_EXTENSION {
    pub pszObjId: LPSTR,
    pub fCritical: BOOL,
    pub Value: CRYPT_OBJID_BLOB,
}

Fields

pszObjId
fCritical
Value

Trait Implementations

Derived Implementations

impl Debug for CERT_EXTENSION

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

impl Copy for CERT_EXTENSION

impl Clone for CERT_EXTENSION

fn clone(&self) -> CERT_EXTENSION

fn clone_from(&mut self, source: &Self)