Struct windows_sys::Win32::Security::Cryptography::OCSP_BASIC_RESPONSE_INFO
#[repr(C)]pub struct OCSP_BASIC_RESPONSE_INFO {
pub dwVersion: u32,
pub dwResponderIdChoice: u32,
pub Anonymous: OCSP_BASIC_RESPONSE_INFO_0,
pub ProducedAt: FILETIME,
pub cResponseEntry: u32,
pub rgResponseEntry: *mut OCSP_BASIC_RESPONSE_ENTRY,
pub cExtension: u32,
pub rgExtension: *mut CERT_EXTENSION,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§dwVersion: u32
§dwResponderIdChoice: u32
§Anonymous: OCSP_BASIC_RESPONSE_INFO_0
§ProducedAt: FILETIME
§cResponseEntry: u32
§rgResponseEntry: *mut OCSP_BASIC_RESPONSE_ENTRY
§cExtension: u32
§rgExtension: *mut CERT_EXTENSION
Trait Implementations§
§impl Clone for OCSP_BASIC_RESPONSE_INFO
impl Clone for OCSP_BASIC_RESPONSE_INFO
impl Copy for OCSP_BASIC_RESPONSE_INFO
Auto Trait Implementations§
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