Struct openssl::x509::X509AlgorithmRef [−]
pub struct X509AlgorithmRef(_);
Reference to X509Algorithm.
Methods
impl X509AlgorithmRef[src]
impl X509AlgorithmRefpub fn object(&self) -> &Asn1ObjectRef[src]
pub fn object(&self) -> &Asn1ObjectRefReturns the ASN.1 OID of this algorithm.
Trait Implementations
impl Borrow<X509AlgorithmRef> for X509Algorithm
impl Borrow<X509AlgorithmRef> for X509Algorithmfn borrow(&self) -> &X509AlgorithmRef
fn borrow(&self) -> &X509AlgorithmRefImmutably borrows from an owned value. Read more
impl AsRef<X509AlgorithmRef> for X509Algorithm
impl AsRef<X509AlgorithmRef> for X509Algorithmfn as_ref(&self) -> &X509AlgorithmRef
fn as_ref(&self) -> &X509AlgorithmRefPerforms the conversion.
impl ForeignTypeRef for X509AlgorithmRef
impl ForeignTypeRef for X509AlgorithmReftype CType = X509_ALGOR
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 X509AlgorithmRef[src]
impl Send for X509AlgorithmRefimpl Sync for X509AlgorithmRef[src]
impl Sync for X509AlgorithmRef