Struct nix::sys::ioctl::libc::timespec
[−]
[src]
pub struct timespec { pub tv_sec: i64, pub tv_nsec: i64, }
Fields
tv_sec | |
tv_nsec |
pub struct timespec { pub tv_sec: i64, pub tv_nsec: i64, }
tv_sec | |
tv_nsec |
impl Clone for timespec
fn clone(&self) -> timespec
fn clone_from(&mut self, source: &Self)
impl Copy for timespec