libuv ~master (2020-09-30T04:00:19Z)
Home
Dub
Repo
UV_TTY_PRIVATE_FIELDS.tty_s
deimos
uv
win
UV_TTY_PRIVATE_FIELDS
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 {
struct
rd_s
;
rd_s
rd
;
struct
wr_s
;
wr_s
wr
;
}
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
Source
See Implementation
deimos
uv
win
UV_TTY_PRIVATE_FIELDS
unions
tty_s
variables
handle
tty