Struct wolfssl_sys::WOLFSSL_COMP
source · #[repr(C)]pub struct WOLFSSL_COMP {
pub id: c_int,
pub name: *const c_char,
pub method: *mut WOLFSSL_COMP_METHOD,
}Fields§
§id: c_int§name: *const c_char§method: *mut WOLFSSL_COMP_METHODTrait Implementations§
source§impl Clone for WOLFSSL_COMP
impl Clone for WOLFSSL_COMP
source§fn clone(&self) -> WOLFSSL_COMP
fn clone(&self) -> WOLFSSL_COMP
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