Struct vips_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 timespec
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for timespec
[src]
impl Copy for timespec
impl Clone for timespec
[src]
impl Clone for timespec