Struct winapi::wincrypt::CERT_REVOCATION_STATUS
[−]
[src]
pub struct CERT_REVOCATION_STATUS {
pub cbSize: DWORD,
pub dwIndex: DWORD,
pub dwError: DWORD,
pub dwReason: DWORD,
pub fHasFreshnessTime: BOOL,
pub dwFreshnessTime: DWORD,
}Fields
cbSize | |
dwIndex | |
dwError | |
dwReason | |
fHasFreshnessTime | |
dwFreshnessTime |
Trait Implementations
impl Copy for CERT_REVOCATION_STATUS[src]
impl Clone for CERT_REVOCATION_STATUS[src]
fn clone(&self) -> CERT_REVOCATION_STATUS
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