Struct libmodbus_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]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more