Struct vips_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 timeval
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 timeval
[src]
impl Copy for timeval
impl Clone for timeval
[src]
impl Clone for timeval