#[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§
Source§impl Clone for X509_algor_st
impl Clone for X509_algor_st
Source§fn clone(&self) -> X509_algor_st
fn clone(&self) -> X509_algor_st
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for X509_algor_st
impl Debug for X509_algor_st
Source§impl Default for X509_algor_st
impl Default for X509_algor_st
Source§impl PartialEq for X509_algor_st
impl PartialEq for X509_algor_st
impl Copy for X509_algor_st
impl Eq for X509_algor_st
impl StructuralPartialEq for X509_algor_st
Auto Trait Implementations§
impl Freeze for X509_algor_st
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more