Struct linux_raw_sys::v5_11::general::timespec [−][src]
#[repr(C)]pub struct timespec { pub tv_sec: __kernel_old_time_t, pub tv_nsec: c_long, }
Fields
tv_sec: __kernel_old_time_ttv_nsec: c_longTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for timespecimpl UnwindSafe for timespecBlanket Implementations
Mutably borrows from an owned value. Read more