UV_FS_PRIVATE_FIELDS.file_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_FS_PRIVATE_FIELDS()
version(Windows)
extern (C) pure nothrow @nogc
union file_s {}

Members

Variables

fd
int fd;
Undocumented in source.
pathw
WCHAR* pathw;
Undocumented in source.

Meta