Struct binaryen_sys::timeval [−][src]
#[repr(C)]pub struct timeval { pub tv_sec: __time_t, pub tv_usec: __suseconds_t, }
Fields
tv_sec: __time_t
tv_usec: __suseconds_t
Trait Implementations
impl Debug for timeval[src]
impl Debug for timevalfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for timeval[src]
impl Copy for timevalimpl Clone for timeval[src]
impl Clone for timeval