Struct wolfssl_sys::WOLFSSL_X509V3_CTX
source · #[repr(C)]pub struct WOLFSSL_X509V3_CTX {
pub x509: *mut WOLFSSL_X509,
}Fields§
§x509: *mut WOLFSSL_X509Trait Implementations§
source§impl Clone for WOLFSSL_X509V3_CTX
impl Clone for WOLFSSL_X509V3_CTX
source§fn clone(&self) -> WOLFSSL_X509V3_CTX
fn clone(&self) -> WOLFSSL_X509V3_CTX
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