Struct wolfssl_sys::WOLFSSL_X509_INFO
source · #[repr(C)]pub struct WOLFSSL_X509_INFO {
pub x509: *mut WOLFSSL_X509,
pub crl: *mut WOLFSSL_X509_CRL,
pub x_pkey: *mut WOLFSSL_X509_PKEY,
pub enc_cipher: EncryptedInfo,
pub enc_len: c_int,
pub enc_data: *mut c_char,
pub num: c_int,
}Fields§
§x509: *mut WOLFSSL_X509§crl: *mut WOLFSSL_X509_CRL§x_pkey: *mut WOLFSSL_X509_PKEY§enc_cipher: EncryptedInfo§enc_len: c_int§enc_data: *mut c_char§num: c_intTrait Implementations§
source§impl Clone for WOLFSSL_X509_INFO
impl Clone for WOLFSSL_X509_INFO
source§fn clone(&self) -> WOLFSSL_X509_INFO
fn clone(&self) -> WOLFSSL_X509_INFO
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 more