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