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