libuv_sys_lite

Type Alias uv_handle_t

source
pub type uv_handle_t = uv_handle_s;

Aliased Type§

struct uv_handle_t {
    pub data: *mut c_void,
    pub loop_: *mut uv_loop_s,
    pub type_: uv_handle_type,
    pub close_cb: Option<unsafe extern "C" fn(_: *mut uv_handle_s)>,
    pub handle_queue: uv__queue,
    pub u: uv_handle_s__bindgen_ty_1,
    pub next_closing: *mut uv_handle_s,
    pub flags: u32,
}

Fields§

§data: *mut c_void§loop_: *mut uv_loop_s§type_: uv_handle_type§close_cb: Option<unsafe extern "C" fn(_: *mut uv_handle_s)>§handle_queue: uv__queue§u: uv_handle_s__bindgen_ty_1§next_closing: *mut uv_handle_s§flags: u32