Struct nix::libc::timeval[][src]

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

Fields

Trait Implementations

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

impl AsRef<timeval> for TimeVal
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for timeval

impl Sync for timeval