Struct wolfssl_sys::WOLFSSL_TIMEVAL
source · Fields§
§tv_sec: c_long§tv_usec: c_longTrait Implementations§
source§impl Clone for WOLFSSL_TIMEVAL
impl Clone for WOLFSSL_TIMEVAL
source§fn clone(&self) -> WOLFSSL_TIMEVAL
fn clone(&self) -> WOLFSSL_TIMEVAL
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