Struct openssl::ocsp::OcspCertIdRef [−]
pub struct OcspCertIdRef(_);
Trait Implementations
impl Borrow<OcspCertIdRef> for OcspCertId
impl Borrow<OcspCertIdRef> for OcspCertIdfn borrow(&self) -> &OcspCertIdRef
fn borrow(&self) -> &OcspCertIdRefImmutably borrows from an owned value. Read more
impl AsRef<OcspCertIdRef> for OcspCertId
impl AsRef<OcspCertIdRef> for OcspCertIdfn as_ref(&self) -> &OcspCertIdRef
fn as_ref(&self) -> &OcspCertIdRefPerforms the conversion.
impl ForeignTypeRef for OcspCertIdRef
impl ForeignTypeRef for OcspCertIdReftype CType = OCSP_CERTID
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 SelfConstructs 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 SelfConstructs a mutable reference of this type from its raw type.
fn as_ptr(&self) -> *mut Self::CType[src]
fn as_ptr(&self) -> *mut Self::CTypeReturns a raw pointer to the wrapped value.
impl Send for OcspCertIdRef[src]
impl Send for OcspCertIdRefimpl Sync for OcspCertIdRef[src]
impl Sync for OcspCertIdRef