Struct openssl::asn1::Asn1ObjectRef [−]
pub struct Asn1ObjectRef(_);
Reference to Asn1Object
Methods
impl Asn1ObjectRef[src]
impl Asn1ObjectRefTrait Implementations
impl Borrow<Asn1ObjectRef> for Asn1Object
impl Borrow<Asn1ObjectRef> for Asn1Objectfn borrow(&self) -> &Asn1ObjectRef
fn borrow(&self) -> &Asn1ObjectRefImmutably borrows from an owned value. Read more
impl AsRef<Asn1ObjectRef> for Asn1Object
impl AsRef<Asn1ObjectRef> for Asn1Objectfn as_ref(&self) -> &Asn1ObjectRef
fn as_ref(&self) -> &Asn1ObjectRefPerforms the conversion.
impl ForeignTypeRef for Asn1ObjectRef
impl ForeignTypeRef for Asn1ObjectReftype CType = ASN1_OBJECT
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 Asn1ObjectRef[src]
impl Send for Asn1ObjectRefimpl Sync for Asn1ObjectRef[src]
impl Sync for Asn1ObjectRefimpl Display for Asn1ObjectRef[src]
impl Display for Asn1ObjectRef