pub type itimer = itimer_s;Aliased Type§
#[repr(C)]pub struct itimer {
pub tp: Option<unsafe extern "C" fn()>,
pub weak: i32,
pub extime: i64,
pub name: [u8; 32],
pub context: *mut c_void,
pub lastchecktime: i64,
}Fields§
§tp: Option<unsafe extern "C" fn()>§weak: i32§extime: i64§name: [u8; 32]§context: *mut c_void§lastchecktime: i64