Function rustix::time::clock_getres

source ·
pub fn clock_getres(id: ClockId) -> Timespec
Expand description

clock_getres(id)—Returns the resolution of a clock.

§References