Struct ndk_sys::timeval [−][src]
#[repr(C)]pub struct timeval {
pub tv_sec: __kernel_old_time_t,
pub tv_usec: __kernel_suseconds_t,
}
Fields
tv_sec: __kernel_old_time_t
tv_usec: __kernel_suseconds_t
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for timeval
impl UnwindSafe for timeval
Blanket Implementations
Mutably borrows from an owned value. Read more