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