uv_getaddrinfo_s

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) pure nothrow @nogc
struct uv_getaddrinfo_s {}

Members

Mixins

__anonymous
mixin UV_REQ_FIELDS
Undocumented in source.
__anonymous
mixin UV_GETADDRINFO_PRIVATE_FIELDS
Undocumented in source.

Variables

loop
uv_loop_t* loop;
Undocumented in source.

Mixed In Members

From mixin UV_REQ_FIELDS

data
void* data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
type
uv_req_type type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
reserved
void*[6] reserved;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__anonymous
mixin UV_REQ_PRIVATE_FIELDS
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

From mixin UV_GETADDRINFO_PRIVATE_FIELDS

work_req
uv__work work_req;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getaddrinfo_cb
uv_getaddrinfo_cb getaddrinfo_cb;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
alloc
void* alloc;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
node
WCHAR* node;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
service
WCHAR* service;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
addrinfow
addrinfoW* addrinfow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
addrinfo_
addrinfo* addrinfo_;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
retcode
int retcode;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta