Struct glib::TimeVal[][src]

#[repr(C)]
pub struct TimeVal { pub tv_sec: i64, pub tv_usec: i64, }

Fields

Trait Implementations

impl Clone for GTimeVal
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GTimeVal
[src]

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