#[repr(C)]pub struct timeval {
pub tv_sec: time_t,
pub tv_usec: suseconds_t,
}
Fields
tv_sec: time_t
tv_usec: suseconds_t
Trait Implementations
sourceimpl Hash for timeval
impl Hash for timeval
sourcefn hash<__H: Hasher>(&self, state: &mut __H)
fn hash<__H: Hasher>(&self, state: &mut __H)
Feeds this value into the given [
Hasher
]. Read more1.3.0fn hash_slice<H>(data: &[Self], state: &mut H)where
H: Hasher,
fn hash_slice<H>(data: &[Self], state: &mut H)where
H: Hasher,
Feeds a slice of this type into the given [
Hasher
]. Read moreimpl Copy for timeval
impl Eq for timeval
impl StructuralEq for timeval
impl StructuralPartialEq for timeval
Auto Trait Implementations
impl RefUnwindSafe for timeval
impl Send for timeval
impl Sync for timeval
impl Unpin for timeval
impl UnwindSafe for timeval
Blanket Implementations
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more