libuv ~master (2020-09-30T04:00:19Z)
Home
Dub
Repo
UV_FS_PRIVATE_FIELDS.file_s
deimos
uv
win
UV_FS_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_FS_PRIVATE_FIELDS
()
version(Windows)
extern (
C
) pure nothrow @
nogc
union
file_s {
WCHAR
*
pathw
;
int
fd
;
}
Members
Variables
fd
int
fd
;
Undocumented in source.
pathw
WCHAR
*
pathw
;
Undocumented in source.
Meta
Source
See Implementation
deimos
uv
win
UV_FS_PRIVATE_FIELDS
unions
file_s
fs_s
variables
file
flags
fs
sys_errno_
work_req