#[repr(C)]pub struct X509_algor_st {
pub algorithm: *mut ASN1_OBJECT,
pub parameter: *mut ASN1_TYPE,
}
Fields
algorithm: *mut ASN1_OBJECT
parameter: *mut ASN1_TYPE
Trait Implementations
sourceimpl Clone for X509_algor_st
impl Clone for X509_algor_st
sourcefn clone(&self) -> X509_algor_st
fn clone(&self) -> X509_algor_st
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for X509_algor_st
impl Debug for X509_algor_st
sourceimpl Default for X509_algor_st
impl Default for X509_algor_st
sourceimpl PartialEq<X509_algor_st> for X509_algor_st
impl PartialEq<X509_algor_st> for X509_algor_st
sourcefn eq(&self, other: &X509_algor_st) -> bool
fn eq(&self, other: &X509_algor_st) -> bool
impl Copy for X509_algor_st
impl Eq for X509_algor_st
impl StructuralEq for X509_algor_st
impl StructuralPartialEq for X509_algor_st
Auto Trait Implementations
impl RefUnwindSafe for X509_algor_st
impl !Send for X509_algor_st
impl !Sync for X509_algor_st
impl Unpin for X509_algor_st
impl UnwindSafe for X509_algor_st
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more