pub type OCSP_REQUEST_ENTRY = _OCSP_REQUEST_ENTRY;
Aliased Type§
struct OCSP_REQUEST_ENTRY {
pub CertId: _OCSP_CERT_ID,
pub cExtension: u32,
pub rgExtension: *mut _CERT_EXTENSION,
}
Fields§
§CertId: _OCSP_CERT_ID
§cExtension: u32
§rgExtension: *mut _CERT_EXTENSION
Trait Implementations
Source§impl Clone for _OCSP_REQUEST_ENTRY
impl Clone for _OCSP_REQUEST_ENTRY
Source§fn clone(&self) -> _OCSP_REQUEST_ENTRY
fn clone(&self) -> _OCSP_REQUEST_ENTRY
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _OCSP_REQUEST_ENTRY
impl Debug for _OCSP_REQUEST_ENTRY
Source§impl Ord for _OCSP_REQUEST_ENTRY
impl Ord for _OCSP_REQUEST_ENTRY
Source§fn cmp(&self, other: &_OCSP_REQUEST_ENTRY) -> Ordering
fn cmp(&self, other: &_OCSP_REQUEST_ENTRY) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more