Struct libuv_sys::uv_req_t [] [src]

#[repr(C)]
pub struct uv_req_t { pub data: *mut c_void, pub type_: uv_req_type, // some fields omitted }

Fields