Struct winapi::wincrypt::CRL_ENTRY [] [src]

pub struct CRL_ENTRY {
    pub SerialNumber: CRYPT_INTEGER_BLOB,
    pub RevocationDate: FILETIME,
    pub cExtension: DWORD,
    pub rgExtension: PCERT_EXTENSION,
}

Fields

SerialNumber
RevocationDate
cExtension
rgExtension

Trait Implementations

impl Copy for CRL_ENTRY
[src]

impl Clone for CRL_ENTRY
[src]

fn clone(&self) -> CRL_ENTRY

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

Derived Implementations

impl Debug for CRL_ENTRY
[src]

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

Formats the value using the given formatter.