Struct libuv_sys::uv_fs_event_t [] [src]

#[repr(C)]
pub struct uv_fs_event_t { pub data: *mut c_void, pub loop_: *mut uv_loop_t, pub type_: uv_handle_type, // some fields omitted }

Fields