Struct libc::timeval
[−]
[src]
pub struct timeval { pub tv_sec: c_long, pub tv_usec: c_long, }
Fields
tv_sec | |
tv_usec |
pub struct timeval { pub tv_sec: c_long, pub tv_usec: c_long, }
tv_sec | |
tv_usec |
impl Copy for timeval
impl Clone for timeval
fn clone(&self) -> timeval
fn clone_from(&mut self, source: &Self)