Struct libmodbus_sys::timespec
[−]
[src]
#[repr(C)]pub struct timespec { pub tv_sec: __time_t, pub tv_nsec: __syscall_slong_t, }
Fields
tv_sec: __time_t
tv_nsec: __syscall_slong_t
Trait Implementations
impl Debug for timespec
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more