Struct openssl::x509::X509ExtensionRef [−]
pub struct X509ExtensionRef(_);
Reference to X509Extension.
Trait Implementations
impl Borrow<X509ExtensionRef> for X509Extension
impl Borrow<X509ExtensionRef> for X509Extensionfn borrow(&self) -> &X509ExtensionRef
fn borrow(&self) -> &X509ExtensionRefImmutably borrows from an owned value. Read more
impl AsRef<X509ExtensionRef> for X509Extension
impl AsRef<X509ExtensionRef> for X509Extensionfn as_ref(&self) -> &X509ExtensionRef
fn as_ref(&self) -> &X509ExtensionRefPerforms the conversion.
impl ForeignTypeRef for X509ExtensionRef
impl ForeignTypeRef for X509ExtensionReftype CType = X509_EXTENSION
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 X509ExtensionRef[src]
impl Send for X509ExtensionRefimpl Sync for X509ExtensionRef[src]
impl Sync for X509ExtensionRef