Struct ndk_sys::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 timespec
impl UnwindSafe for timespec
Blanket Implementations
Mutably borrows from an owned value. Read more
