Struct wolfssl_sys::WOLFSSL_X509_OBJECT
source · #[repr(C)]pub struct WOLFSSL_X509_OBJECT {
pub type_: WOLFSSL_X509_LOOKUP_TYPE,
pub data: WOLFSSL_X509_OBJECT__bindgen_ty_1,
}Fields§
§type_: WOLFSSL_X509_LOOKUP_TYPE§data: WOLFSSL_X509_OBJECT__bindgen_ty_1Trait Implementations§
source§impl Clone for WOLFSSL_X509_OBJECT
impl Clone for WOLFSSL_X509_OBJECT
source§fn clone(&self) -> WOLFSSL_X509_OBJECT
fn clone(&self) -> WOLFSSL_X509_OBJECT
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