UV_PRIVATE_REQ_TYPES.uv_pipe_accept_t

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

Members

Mixins

__anonymous
mixin UV_REQ_FIELDS
Undocumented in source.

Variables

next_pending
uv_pipe_accept_t* next_pending;
Undocumented in source.
pipeHandle
HANDLE pipeHandle;
Undocumented in source.

Meta