rustix::backend::time::syscalls

Function clock_settime

Source
pub(crate) fn clock_settime(
    which_clock: ClockId,
    timespec: Timespec,
) -> Result<()>