Struct nix::sys::ioctl::libc::timespec [] [src]

pub struct timespec {
    pub tv_sec: i64,
    pub tv_nsec: i64,
}

Fields

tv_sec
tv_nsec

Trait Implementations

Derived Implementations

impl Clone for timespec

fn clone(&self) -> timespec

fn clone_from(&mut self, source: &Self)

impl Copy for timespec