Struct glib::TimeVal [] [src]

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

Fields

Trait Implementations

impl Copy for GTimeVal
[src]

impl Debug for GTimeVal
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GTimeVal
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for GTimeVal

impl Sync for GTimeVal