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