Type Alias rustix::thread::Timespec

source ·
pub type Timespec = timespec;
Available on crate feature thread only.
Expand description

struct timespec

Aliased Type§

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

Fields§

§tv_sec: i64§tv_nsec: i64