Type Alias uv_timer_t

Source
pub type uv_timer_t = uv_timer_s;

Aliased Type§

struct uv_timer_t {
Show 13 fields pub data: *mut c_void, pub loop_: *mut uv_loop_s, pub type_: u32, pub close_cb: Option<unsafe extern "C" fn(_: *mut uv_handle_s)>, pub handle_queue: [*mut c_void; 2], pub u: uv_timer_s__bindgen_ty_1, pub next_closing: *mut uv_handle_s, pub flags: u32, pub timer_cb: Option<unsafe extern "C" fn(_: *mut uv_timer_s)>, pub heap_node: [*mut c_void; 3], pub timeout: u64, pub repeat: u64, pub start_id: u64,
}

Fields§

§data: *mut c_void§loop_: *mut uv_loop_s§type_: u32§close_cb: Option<unsafe extern "C" fn(_: *mut uv_handle_s)>§handle_queue: [*mut c_void; 2]§u: uv_timer_s__bindgen_ty_1§next_closing: *mut uv_handle_s§flags: u32§timer_cb: Option<unsafe extern "C" fn(_: *mut uv_timer_s)>§heap_node: [*mut c_void; 3]§timeout: u64§repeat: u64§start_id: u64