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
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