Struct windows_sys::Win32::Security::Cryptography::OCSP_RESPONSE_INFO
[−]#[repr(C)]pub struct OCSP_RESPONSE_INFO {
pub dwStatus: u32,
pub pszObjId: PSTR,
pub Value: CRYPTOAPI_BLOB,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
dwStatus: u32
pszObjId: PSTR
Value: CRYPTOAPI_BLOB
Trait Implementations
impl Clone for OCSP_RESPONSE_INFO
impl Clone for OCSP_RESPONSE_INFO
impl Copy for OCSP_RESPONSE_INFO
Auto Trait Implementations
impl RefUnwindSafe for OCSP_RESPONSE_INFO
impl !Send for OCSP_RESPONSE_INFO
impl !Sync for OCSP_RESPONSE_INFO
impl Unpin for OCSP_RESPONSE_INFO
impl UnwindSafe for OCSP_RESPONSE_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more