#[repr(C)]pub struct OCSP_BASIC_SIGNED_RESPONSE_INFO {
pub ToBeSigned: CRYPTOAPI_BLOB,
pub SignatureInfo: OCSP_SIGNATURE_INFO,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
ToBeSigned: CRYPTOAPI_BLOB
SignatureInfo: OCSP_SIGNATURE_INFO
Trait Implementations
impl Clone for OCSP_BASIC_SIGNED_RESPONSE_INFO
impl Clone for OCSP_BASIC_SIGNED_RESPONSE_INFO
impl Copy for OCSP_BASIC_SIGNED_RESPONSE_INFO
Auto Trait Implementations
impl RefUnwindSafe for OCSP_BASIC_SIGNED_RESPONSE_INFO
impl !Send for OCSP_BASIC_SIGNED_RESPONSE_INFO
impl !Sync for OCSP_BASIC_SIGNED_RESPONSE_INFO
impl Unpin for OCSP_BASIC_SIGNED_RESPONSE_INFO
impl UnwindSafe for OCSP_BASIC_SIGNED_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