Struct openssl::asn1::Asn1ObjectRef [−]
pub struct Asn1ObjectRef(_);
Reference to Asn1Object
Methods
impl Asn1ObjectRef
[src]
impl Asn1ObjectRef
Trait Implementations
impl Borrow<Asn1ObjectRef> for Asn1Object
impl Borrow<Asn1ObjectRef> for Asn1Object
fn borrow(&self) -> &Asn1ObjectRef
fn borrow(&self) -> &Asn1ObjectRef
Immutably borrows from an owned value. Read more
impl AsRef<Asn1ObjectRef> for Asn1Object
impl AsRef<Asn1ObjectRef> for Asn1Object
fn as_ref(&self) -> &Asn1ObjectRef
fn as_ref(&self) -> &Asn1ObjectRef
Performs the conversion.
impl ForeignTypeRef for Asn1ObjectRef
impl ForeignTypeRef for Asn1ObjectRef
type 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 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 Asn1ObjectRef
[src]
impl Send for Asn1ObjectRef
impl Sync for Asn1ObjectRef
[src]
impl Sync for Asn1ObjectRef
impl Display for Asn1ObjectRef
[src]
impl Display for Asn1ObjectRef