Struct system::syscall::unix::TimeSpec [] [src]

pub struct TimeSpec {
    pub tv_sec: i64,
    pub tv_nsec: i32,
}

Fields

tv_sec
tv_nsec