#[repr(C)]pub struct OCSP_RESPONSE_INFO {
pub dwStatus: DWORD,
pub pszObjId: LPSTR,
pub Value: CRYPT_OBJID_BLOB,
}
Fields§
§dwStatus: DWORD
§pszObjId: LPSTR
§Value: CRYPT_OBJID_BLOB
Trait Implementations§
Source§impl Clone for OCSP_RESPONSE_INFO
impl Clone for OCSP_RESPONSE_INFO
Source§fn clone(&self) -> OCSP_RESPONSE_INFO
fn clone(&self) -> OCSP_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 moreSource§impl Default for OCSP_RESPONSE_INFO
impl Default for OCSP_RESPONSE_INFO
Source§fn default() -> OCSP_RESPONSE_INFO
fn default() -> OCSP_RESPONSE_INFO
Returns the “default value” for a type. Read more
impl Copy for OCSP_RESPONSE_INFO
Auto Trait Implementations§
impl Freeze for OCSP_RESPONSE_INFO
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§
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