Struct binaryen_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]
impl Debug for timespecfn 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 timespec[src]
impl Copy for timespecimpl Clone for timespec[src]
impl Clone for timespec