#[repr(C)]pub struct WOLFSSL_TIMEVAL {
pub tv_sec: c_long,
pub tv_usec: c_long,
}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 duplicate 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 moreSource§impl Debug for WOLFSSL_TIMEVAL
impl Debug for WOLFSSL_TIMEVAL
impl Copy for WOLFSSL_TIMEVAL
Auto Trait Implementations§
impl Freeze for WOLFSSL_TIMEVAL
impl RefUnwindSafe for WOLFSSL_TIMEVAL
impl Send for WOLFSSL_TIMEVAL
impl Sync for WOLFSSL_TIMEVAL
impl Unpin for WOLFSSL_TIMEVAL
impl UnsafeUnpin for WOLFSSL_TIMEVAL
impl UnwindSafe for WOLFSSL_TIMEVAL
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more