Struct libc::timeval
#[repr(C)]
pub struct timeval {
pub tv_sec: time_t,
pub tv_usec: suseconds_t,
}Fields
pub tv_sec: time_tpub tv_usec: suseconds_tTrait Implementations
impl Debug for timeval
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Hash for timeval
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl StructuralEq for timevalimpl StructuralPartialEq for timevalAuto Trait Implementations
impl RefUnwindSafe for timevalimpl UnwindSafe for timevalBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T