Struct libc::timeval
#[repr(C)]
pub struct timeval {
pub tv_sec: time_t,
pub tv_usec: suseconds_t,
}
Fields
pub tv_sec: time_t
pub tv_usec: suseconds_t
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