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