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