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
impl Copy for CERT_EXTENSION[src]
impl Clone for CERT_EXTENSION[src]
fn clone(&self) -> CERT_EXTENSION
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