#[repr(C)]pub struct X509_info_st {
pub x509: *mut X509,
pub crl: *mut X509_CRL,
pub x_pkey: *mut X509_PKEY,
pub enc_cipher: EVP_CIPHER_INFO,
pub enc_len: c_int,
pub enc_data: *mut c_char,
}
Fields
x509: *mut X509
crl: *mut X509_CRL
x_pkey: *mut X509_PKEY
enc_cipher: EVP_CIPHER_INFO
enc_len: c_int
enc_data: *mut c_char
Trait Implementations
sourceimpl Clone for X509_info_st
impl Clone for X509_info_st
sourcefn clone(&self) -> X509_info_st
fn clone(&self) -> X509_info_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_info_st
impl Debug for X509_info_st
sourceimpl Default for X509_info_st
impl Default for X509_info_st
sourceimpl PartialEq<X509_info_st> for X509_info_st
impl PartialEq<X509_info_st> for X509_info_st
sourcefn eq(&self, other: &X509_info_st) -> bool
fn eq(&self, other: &X509_info_st) -> bool
impl Copy for X509_info_st
impl Eq for X509_info_st
impl StructuralEq for X509_info_st
impl StructuralPartialEq for X509_info_st
Auto Trait Implementations
impl RefUnwindSafe for X509_info_st
impl !Send for X509_info_st
impl !Sync for X509_info_st
impl Unpin for X509_info_st
impl UnwindSafe for X509_info_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