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