Struct glib_sys::GTimeVal [−][src]
Fields
tv_sec: c_long
tv_usec: c_long
Trait Implementations
impl Copy for GTimeVal[src]
impl Copy for GTimeValimpl Clone for GTimeVal[src]
impl Clone for GTimeValfn clone(&self) -> GTimeVal[src]
fn clone(&self) -> GTimeValReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GTimeVal[src]
impl Debug for GTimeVal