Struct phper_sys::timespec [−][src]
#[repr(C)]pub struct timespec { pub tv_sec: __time_t, pub tv_nsec: __syscall_slong_t, }
Fields
tv_sec: __time_ttv_nsec: __syscall_slong_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for timespecimpl UnwindSafe for timespecBlanket Implementations
Mutably borrows from an owned value. Read more