Skip to main content

TimerHandle

Type Alias TimerHandle 

Source
pub type TimerHandle = *mut c_void;
Expand description

Opaque POSIX per-process timer identifier (timer_t, <time.h>).

glibc defines timer_t as void *, so *mut c_void has the correct size/representation on every target this crate builds for.