Type Alias Timespec

Source
pub type Timespec = __kernel_timespec;
Expand description

struct timespec

Aliased Type§

#[repr(C)]
pub struct Timespec { pub tv_sec: i64, pub tv_nsec: i64, }

Fields§

§tv_sec: i64§tv_nsec: i64