Struct linux_raw_sys::v5_11::general::__kernel_old_timespec [−][src]
#[repr(C)]pub struct __kernel_old_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 __kernel_old_timespecimpl Send for __kernel_old_timespecimpl Sync for __kernel_old_timespecimpl Unpin for __kernel_old_timespecimpl UnwindSafe for __kernel_old_timespecBlanket Implementations
Mutably borrows from an owned value. Read more