Type Alias libuv_sys2::uv_fs_event_t

source ·
pub type uv_fs_event_t = uv_fs_event_s;

Aliased Type§

struct uv_fs_event_t {
    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: uv__queue,
    pub u: uv_fs_event_s__bindgen_ty_1,
    pub next_closing: *mut uv_handle_s,
    pub flags: u32,
    pub path: *mut i8,
    pub cb: Option<unsafe extern "C" fn(_: *mut uv_fs_event_s, _: *const i8, _: i32, _: i32)>,
    pub watchers: uv__queue,
    pub wd: i32,
}

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: uv__queue§u: uv_fs_event_s__bindgen_ty_1§next_closing: *mut uv_handle_s§flags: u32§path: *mut i8§cb: Option<unsafe extern "C" fn(_: *mut uv_fs_event_s, _: *const i8, _: i32, _: i32)>§watchers: uv__queue§wd: i32