Struct wolfssl_sys::WOLFSSL_ASN1_TYPE
source · #[repr(C)]pub struct WOLFSSL_ASN1_TYPE {
pub type_: c_int,
pub value: WOLFSSL_ASN1_TYPE__bindgen_ty_1,
}Fields§
§type_: c_int§value: WOLFSSL_ASN1_TYPE__bindgen_ty_1Trait Implementations§
source§impl Clone for WOLFSSL_ASN1_TYPE
impl Clone for WOLFSSL_ASN1_TYPE
source§fn clone(&self) -> WOLFSSL_ASN1_TYPE
fn clone(&self) -> WOLFSSL_ASN1_TYPE
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