Struct wolfssl_sys::WOLFSSL_TIMEVAL
source · Fields
tv_sec: c_longtv_usec: c_longTrait Implementations
sourceimpl Clone for WOLFSSL_TIMEVAL
impl Clone for WOLFSSL_TIMEVAL
sourcefn clone(&self) -> WOLFSSL_TIMEVAL
fn clone(&self) -> WOLFSSL_TIMEVAL
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for WOLFSSL_TIMEVAL
impl Debug for WOLFSSL_TIMEVAL
impl Copy for WOLFSSL_TIMEVAL
Auto Trait Implementations
impl RefUnwindSafe for WOLFSSL_TIMEVAL
impl Send for WOLFSSL_TIMEVAL
impl Sync for WOLFSSL_TIMEVAL
impl Unpin for WOLFSSL_TIMEVAL
impl UnwindSafe for WOLFSSL_TIMEVAL
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more