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