Struct winapi::wincrypt::CERT_OR_CRL_BLOB [] [src]

pub struct CERT_OR_CRL_BLOB {
    pub dwChoice: DWORD,
    pub cbEncoded: DWORD,
    pub pbEncoded: *mut BYTE,
}

Fields

dwChoice
cbEncoded
pbEncoded

Trait Implementations

Derived Implementations

impl Debug for CERT_OR_CRL_BLOB

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

impl Copy for CERT_OR_CRL_BLOB

impl Clone for CERT_OR_CRL_BLOB

fn clone(&self) -> CERT_OR_CRL_BLOB

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