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