Struct openssl::ocsp::OcspOneReqRef [−]
pub struct OcspOneReqRef(_);
Trait Implementations
impl Borrow<OcspOneReqRef> for OcspOneReq
impl Borrow<OcspOneReqRef> for OcspOneReq
fn borrow(&self) -> &OcspOneReqRef
fn borrow(&self) -> &OcspOneReqRef
Immutably borrows from an owned value. Read more
impl AsRef<OcspOneReqRef> for OcspOneReq
impl AsRef<OcspOneReqRef> for OcspOneReq
fn as_ref(&self) -> &OcspOneReqRef
fn as_ref(&self) -> &OcspOneReqRef
Performs the conversion.
impl ForeignTypeRef for OcspOneReqRef
impl ForeignTypeRef for OcspOneReqRef
type CType = OCSP_ONEREQ
The raw C type.
ⓘImportant traits for &'a mut Runsafe fn from_ptr<'a>(ptr: *mut Self::CType) -> &'a Self
[src]
ⓘImportant traits for &'a mut R
unsafe fn from_ptr<'a>(ptr: *mut Self::CType) -> &'a Self
Constructs a shared instance of this type from its raw type.
ⓘImportant traits for &'a mut Runsafe fn from_ptr_mut<'a>(ptr: *mut Self::CType) -> &'a mut Self
[src]
ⓘImportant traits for &'a mut R
unsafe fn from_ptr_mut<'a>(ptr: *mut Self::CType) -> &'a mut Self
Constructs a mutable reference of this type from its raw type.
fn as_ptr(&self) -> *mut Self::CType
[src]
fn as_ptr(&self) -> *mut Self::CType
Returns a raw pointer to the wrapped value.
impl Send for OcspOneReqRef
[src]
impl Send for OcspOneReqRef
impl Sync for OcspOneReqRef
[src]
impl Sync for OcspOneReqRef