Struct linux_raw_sys::v5_11::general::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_ttv_usec: __kernel_suseconds_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for timevalimpl UnwindSafe for timevalBlanket Implementations
Mutably borrows from an owned value. Read more