Struct glib_sys::GTimeVal[][src]

#[repr(C)]
pub struct GTimeVal { pub tv_sec: c_long, pub tv_usec: c_long, }

Fields

Trait Implementations

impl Copy for GTimeVal
[src]

impl Clone for GTimeVal
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GTimeVal
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GTimeVal

impl Sync for GTimeVal