rustix
0.38.44
In rustix::
backend::
time::
syscalls
Functions
clock_getres
clock_settime
timerfd_create
timerfd_gettime
timerfd_settime
rustix
::
backend
::
time
::
syscalls
Function
clock_settime
Copy item path
Settings
Help
Summary
Source
pub(crate) fn clock_settime( which_clock:
ClockId
, timespec:
Timespec
, ) ->
Result
<
()
>