Struct ndk_sys::__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_t
tv_nsec: c_long
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for __kernel_old_timespec
impl Send for __kernel_old_timespec
impl Sync for __kernel_old_timespec
impl Unpin for __kernel_old_timespec
impl UnwindSafe for __kernel_old_timespec
Blanket Implementations
Mutably borrows from an owned value. Read more