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