Struct phper_sys::timeval [−][src]
#[repr(C)]pub struct timeval { pub tv_sec: __time_t, pub tv_usec: __suseconds_t, }
Fields
tv_sec: __time_ttv_usec: __suseconds_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for timevalimpl UnwindSafe for timevalBlanket Implementations
Mutably borrows from an owned value. Read more