Struct libc::timespec
[−]
[src]
pub struct timespec {
pub tv_sec: time_t,
pub tv_nsec: c_long,
}Unstable (
libc): use libc from crates.io
Fields
tv_sec: time_t
Unstable (
libc): use libc from crates.io
tv_nsec: c_long
Unstable (
libc): use libc from crates.io