Struct winapi::wincrypt::CERT_OR_CRL_BUNDLE [] [src]

pub struct CERT_OR_CRL_BUNDLE {
    pub cItem: DWORD,
    pub rgItem: PCERT_OR_CRL_BLOB,
}

Fields

cItem
rgItem

Trait Implementations

Derived Implementations

impl Debug for CERT_OR_CRL_BUNDLE

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

impl Copy for CERT_OR_CRL_BUNDLE

impl Clone for CERT_OR_CRL_BUNDLE

fn clone(&self) -> CERT_OR_CRL_BUNDLE

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