uv_getnameinfo_s

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

data
void* data;
Undocumented in source.
flags
int flags;
Undocumented in source.
getnameinfo_cb
void function(uv_getnameinfo_s*, int, const(char)*, const(char)*) getnameinfo_cb;
Undocumented in source.
host
char[1025] host;
Undocumented in source.
loop
uv_loop_s* loop;
Undocumented in source.
reserved
void*[6] reserved;
Undocumented in source.
retcode
int retcode;
Undocumented in source.
service
char[32] service;
Undocumented in source.
storage
sockaddr_storage storage;
Undocumented in source.
type
uv_req_type type;
Undocumented in source.
work_req
uv__work work_req;
Undocumented in source.

Meta