rustix
1.0.5
In rustix::
time
Structs
Itimerspec
TimerfdFlags
TimerfdTimerFlags
Timespec
Enums
ClockId
DynamicClockId
TimerfdClockId
Functions
clock_getres
clock_gettime
clock_gettime_dynamic
clock_settime
timerfd_create
timerfd_gettime
timerfd_settime
Type Aliases
Nsecs
Secs
rustix
::
time
Type Alias
Nsecs
Copy item path
Settings
Help
Summary
Source
pub type Nsecs =
i64
;
Expand description
A type for the
tv_nsec
field of
Timespec
.