pub type uv_getnameinfo_t = uv_getnameinfo_s;
Aliased Type§
struct uv_getnameinfo_t {
pub data: *mut c_void,
pub type_: uv_req_type,
pub reserved: [*mut c_void; 6],
pub loop_: *mut uv_loop_s,
pub work_req: uv__work,
pub getnameinfo_cb: Option<unsafe extern "C" fn(_: *mut uv_getnameinfo_s, _: i32, _: *const i8, _: *const i8)>,
pub storage: sockaddr_storage,
pub flags: i32,
pub host: [i8; 1025],
pub service: [i8; 32],
pub retcode: i32,
}
Fields§
§data: *mut c_void
§type_: uv_req_type
§reserved: [*mut c_void; 6]
§loop_: *mut uv_loop_s
§work_req: uv__work
§getnameinfo_cb: Option<unsafe extern "C" fn(_: *mut uv_getnameinfo_s, _: i32, _: *const i8, _: *const i8)>
§storage: sockaddr_storage
§flags: i32
§host: [i8; 1025]
§service: [i8; 32]
§retcode: i32