libuv ~master (2020-09-30T04:00:19Z)
Home
Dub
Repo
UV_PLATFORM_FS_EVENT_FIELDS
deimos
uv
linux
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(linux)
extern (
C
) pure nothrow @
nogc
template
UV_PLATFORM_FS_EVENT_FIELDS () {
version(linux)
extern (
C
) pure nothrow @
nogc
void
*[
2
]
watchers
;
version(linux)
extern (
C
) pure nothrow @
nogc
int
wd
;
}
Members
Variables
watchers
void
*[
2
]
watchers
;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wd
int
wd
;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Meta
Source
See Implementation
deimos
uv
linux
templates
UV_PLATFORM_FS_EVENT_FIELDS
UV_PLATFORM_LOOP_FIELDS