pub struct OcspOneReqRef(/* private fields */);Trait Implementations§
Source§impl AsRef<OcspOneReqRef> for OcspOneReq
impl AsRef<OcspOneReqRef> for OcspOneReq
Source§fn as_ref(&self) -> &OcspOneReqRef
fn as_ref(&self) -> &OcspOneReqRef
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Borrow<OcspOneReqRef> for OcspOneReq
impl Borrow<OcspOneReqRef> for OcspOneReq
Source§fn borrow(&self) -> &OcspOneReqRef
fn borrow(&self) -> &OcspOneReqRef
Immutably borrows from an owned value. Read more
Source§impl ForeignTypeRef for OcspOneReqRef
impl ForeignTypeRef for OcspOneReqRef
Source§type CType = OCSP_ONEREQ
type CType = OCSP_ONEREQ
The raw C type.
Source§unsafe fn from_ptr<'a>(ptr: *mut Self::CType) -> &'a Self
unsafe fn from_ptr<'a>(ptr: *mut Self::CType) -> &'a Self
Constructs a shared instance of this type from its raw type.
Source§unsafe fn from_ptr_mut<'a>(ptr: *mut Self::CType) -> &'a mut Self
unsafe fn from_ptr_mut<'a>(ptr: *mut Self::CType) -> &'a mut Self
Constructs a mutable reference of this type from its raw type.