Struct openssl::x509::X509AlgorithmRef
source · pub struct X509AlgorithmRef(_);
Expand description
Reference to X509Algorithm
.
Implementations§
source§impl X509AlgorithmRef
impl X509AlgorithmRef
sourcepub fn object(&self) -> &Asn1ObjectRef
pub fn object(&self) -> &Asn1ObjectRef
Returns the ASN.1 OID of this algorithm.
Trait Implementations§
source§impl AsRef<X509AlgorithmRef> for X509Algorithm
impl AsRef<X509AlgorithmRef> for X509Algorithm
source§fn as_ref(&self) -> &X509AlgorithmRef
fn as_ref(&self) -> &X509AlgorithmRef
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Borrow<X509AlgorithmRef> for X509Algorithm
impl Borrow<X509AlgorithmRef> for X509Algorithm
source§fn borrow(&self) -> &X509AlgorithmRef
fn borrow(&self) -> &X509AlgorithmRef
Immutably borrows from an owned value. Read more
source§impl ForeignTypeRef for X509AlgorithmRef
impl ForeignTypeRef for X509AlgorithmRef
§type CType = X509_ALGOR
type CType = X509_ALGOR
The raw C type.
source§unsafe fn from_ptr<'a>(ptr: *mut Self::CType) -> &'a Self
unsafe fn from_ptr<'a>(ptr: *mut Self::CType) -> &'a Self
Constructs a shared instance of this type from its raw type.
source§unsafe fn from_ptr_mut<'a>(ptr: *mut Self::CType) -> &'a mut Self
unsafe fn from_ptr_mut<'a>(ptr: *mut Self::CType) -> &'a mut Self
Constructs a mutable reference of this type from its raw type.