#[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§
Source§impl Clone for X509_info_st
impl Clone for X509_info_st
Source§fn clone(&self) -> X509_info_st
fn clone(&self) -> X509_info_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_info_st
impl Debug for X509_info_st
Source§impl Default for X509_info_st
impl Default for X509_info_st
Source§impl PartialEq for X509_info_st
impl PartialEq for X509_info_st
impl Copy for X509_info_st
impl Eq for X509_info_st
impl StructuralPartialEq for X509_info_st
Auto Trait Implementations§
impl Freeze for X509_info_st
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§
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