Struct libc::types::os::common::posix01::timespec [-] [+] [src]

pub struct timespec {
    pub tv_sec: time_t,
    pub tv_nsec: c_long,
}

Fields

tv_sec
tv_nsec

Trait Implementations

Derived Implementations

impl Copy for timespec