#[repr(C)]pub struct _OCSP_BASIC_SIGNED_RESPONSE_INFO {
pub ToBeSigned: CRYPT_DER_BLOB,
pub SignatureInfo: OCSP_SIGNATURE_INFO,
}Fields§
§ToBeSigned: CRYPT_DER_BLOB§SignatureInfo: OCSP_SIGNATURE_INFOTrait Implementations§
Source§impl Clone for _OCSP_BASIC_SIGNED_RESPONSE_INFO
impl Clone for _OCSP_BASIC_SIGNED_RESPONSE_INFO
Source§fn clone(&self) -> _OCSP_BASIC_SIGNED_RESPONSE_INFO
fn clone(&self) -> _OCSP_BASIC_SIGNED_RESPONSE_INFO
Returns a duplicate 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_SIGNED_RESPONSE_INFO
Auto Trait Implementations§
impl Freeze for _OCSP_BASIC_SIGNED_RESPONSE_INFO
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§
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