Type Alias OCSP_BASIC_RESPONSE_ENTRY

Source
pub type OCSP_BASIC_RESPONSE_ENTRY = _OCSP_BASIC_RESPONSE_ENTRY;

Aliased Type§

struct OCSP_BASIC_RESPONSE_ENTRY {
    pub CertId: _OCSP_CERT_ID,
    pub dwCertStatus: u32,
    pub __bindgen_anon_1: _OCSP_BASIC_RESPONSE_ENTRY__bindgen_ty_1,
    pub ThisUpdate: _FILETIME,
    pub NextUpdate: _FILETIME,
    pub cExtension: u32,
    pub rgExtension: *mut _CERT_EXTENSION,
}

Fields§

§CertId: _OCSP_CERT_ID§dwCertStatus: u32§__bindgen_anon_1: _OCSP_BASIC_RESPONSE_ENTRY__bindgen_ty_1§ThisUpdate: _FILETIME§NextUpdate: _FILETIME§cExtension: u32§rgExtension: *mut _CERT_EXTENSION

Trait Implementations

Source§

impl Clone for _OCSP_BASIC_RESPONSE_ENTRY

Source§

fn clone(&self) -> _OCSP_BASIC_RESPONSE_ENTRY

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Copy for _OCSP_BASIC_RESPONSE_ENTRY