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: DWORD rgItem: PCERT_OR_CRL_BLOB

Trait Implementations

impl Debug for CERT_OR_CRL_BUNDLE
[src]

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

Formats the value using the given formatter.

impl Copy for CERT_OR_CRL_BUNDLE
[src]

impl Clone for CERT_OR_CRL_BUNDLE
[src]

fn clone(&self) -> CERT_OR_CRL_BUNDLE

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