Fields
pub tv_sec: i32
pub tv_usec: i32
Trait Implementations
impl Debug for __timeval
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Hash for __timeval
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl StructuralEq for __timeval
impl StructuralPartialEq for __timeval
Auto Trait Implementations
impl RefUnwindSafe for __timeval
impl UnwindSafe for __timeval
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T