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