pub type uv_poll_t = uv_poll_s;
Aliased Type§
struct uv_poll_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_poll_s__bindgen_ty_1,
pub next_closing: *mut uv_handle_s,
pub flags: u32,
pub poll_cb: Option<unsafe extern "C" fn(_: *mut uv_poll_s, _: i32, _: i32)>,
pub io_watcher: uv__io_s,
}
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_poll_s__bindgen_ty_1
§next_closing: *mut uv_handle_s
§flags: u32
§poll_cb: Option<unsafe extern "C" fn(_: *mut uv_poll_s, _: i32, _: i32)>
§io_watcher: uv__io_s