#[repr(C)]pub struct _OCSP_BASIC_RESPONSE_INFO {
pub dwVersion: DWORD,
pub dwResponderIdChoice: DWORD,
pub __bindgen_anon_1: _OCSP_BASIC_RESPONSE_INFO__bindgen_ty_1,
pub ProducedAt: FILETIME,
pub cResponseEntry: DWORD,
pub rgResponseEntry: POCSP_BASIC_RESPONSE_ENTRY,
pub cExtension: DWORD,
pub rgExtension: PCERT_EXTENSION,
}
Fields§
§dwVersion: DWORD
§dwResponderIdChoice: DWORD
§__bindgen_anon_1: _OCSP_BASIC_RESPONSE_INFO__bindgen_ty_1
§ProducedAt: FILETIME
§cResponseEntry: DWORD
§rgResponseEntry: POCSP_BASIC_RESPONSE_ENTRY
§cExtension: DWORD
§rgExtension: PCERT_EXTENSION
Trait Implementations§
Source§impl Clone for _OCSP_BASIC_RESPONSE_INFO
impl Clone for _OCSP_BASIC_RESPONSE_INFO
Source§fn clone(&self) -> _OCSP_BASIC_RESPONSE_INFO
fn clone(&self) -> _OCSP_BASIC_RESPONSE_INFO
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_INFO
Auto Trait Implementations§
impl Freeze for _OCSP_BASIC_RESPONSE_INFO
impl RefUnwindSafe for _OCSP_BASIC_RESPONSE_INFO
impl !Send for _OCSP_BASIC_RESPONSE_INFO
impl !Sync for _OCSP_BASIC_RESPONSE_INFO
impl Unpin for _OCSP_BASIC_RESPONSE_INFO
impl UnwindSafe for _OCSP_BASIC_RESPONSE_INFO
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