Struct blkid_sys::timeval[][src]

#[repr(C)]
pub struct timeval { pub tv_sec: __time_t, pub tv_usec: __suseconds_t, }

Fields

Trait Implementations

impl Debug for timeval
[src]

Formats the value using the given formatter. Read more

impl Copy for timeval
[src]

impl Clone for timeval
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for timeval

impl Sync for timeval