#[repr(C)]pub struct OCSP_BASIC_RESPONSE_ENTRY {
pub CertId: OCSP_CERT_ID,
pub dwCertStatus: DWORD,
pub u: OCSP_BASIC_RESPONSE_ENTRY_u,
pub ThisUpdate: FILETIME,
pub NextUpdate: FILETIME,
pub cExtension: DWORD,
pub rgExtension: PCERT_EXTENSION,
}
Fields§
§CertId: OCSP_CERT_ID
§dwCertStatus: DWORD
§u: OCSP_BASIC_RESPONSE_ENTRY_u
§ThisUpdate: FILETIME
§NextUpdate: FILETIME
§cExtension: DWORD
§rgExtension: PCERT_EXTENSION
Trait Implementations§
Source§impl Clone for OCSP_BASIC_RESPONSE_ENTRY
impl Clone for OCSP_BASIC_RESPONSE_ENTRY
Source§fn clone(&self) -> OCSP_BASIC_RESPONSE_ENTRY
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)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for OCSP_BASIC_RESPONSE_ENTRY
impl Default for OCSP_BASIC_RESPONSE_ENTRY
Source§fn default() -> OCSP_BASIC_RESPONSE_ENTRY
fn default() -> OCSP_BASIC_RESPONSE_ENTRY
Returns the “default value” for a type. Read more
impl Copy for OCSP_BASIC_RESPONSE_ENTRY
Auto Trait Implementations§
impl Freeze for OCSP_BASIC_RESPONSE_ENTRY
impl RefUnwindSafe for OCSP_BASIC_RESPONSE_ENTRY
impl !Send for OCSP_BASIC_RESPONSE_ENTRY
impl !Sync for OCSP_BASIC_RESPONSE_ENTRY
impl Unpin for OCSP_BASIC_RESPONSE_ENTRY
impl UnwindSafe for OCSP_BASIC_RESPONSE_ENTRY
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more