Fields
tv_sec: i32
tv_usec: i32
Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more