UV_TTY_PRIVATE_FIELDS.tty_s

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

Members

Structs

rd_s
struct rd_s
Undocumented in source.
wr_s
struct wr_s
Undocumented in source.

Variables

rd
rd_s rd;
Undocumented in source.
wr
wr_s wr;
Undocumented in source.

Meta