Struct linux_raw_sys::v5_11::general::__kernel_timespec [−][src]
#[repr(C)]pub struct __kernel_timespec { pub tv_sec: __kernel_time64_t, pub tv_nsec: c_longlong, }
Fields
tv_sec: __kernel_time64_ttv_nsec: c_longlongTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for __kernel_timespecimpl Send for __kernel_timespecimpl Sync for __kernel_timespecimpl Unpin for __kernel_timespecimpl UnwindSafe for __kernel_timespecBlanket Implementations
Mutably borrows from an owned value. Read more