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: DWORD dwIndex: DWORD dwError: DWORD dwReason: DWORD fHasFreshnessTime: BOOL dwFreshnessTime: DWORD

Trait Implementations

impl Debug for CERT_REVOCATION_STATUS
[src]

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

Formats the value using the given formatter.

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