#[repr(C)]pub struct _OCSP_BASIC_RESPONSE_ENTRY {
pub CertId: OCSP_CERT_ID,
pub dwCertStatus: DWORD,
pub __bindgen_anon_1: _OCSP_BASIC_RESPONSE_ENTRY__bindgen_ty_1,
pub ThisUpdate: FILETIME,
pub NextUpdate: FILETIME,
pub cExtension: DWORD,
pub rgExtension: PCERT_EXTENSION,
}
Fields§
§CertId: OCSP_CERT_ID
§dwCertStatus: DWORD
§__bindgen_anon_1: _OCSP_BASIC_RESPONSE_ENTRY__bindgen_ty_1
§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 moreimpl 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