libuv ~master (2020-09-30T04:00:19Z)
Home
Dub
Repo
UV_PLATFORM_FS_EVENT_FIELDS
deimos
uv
aix
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(AIX)
extern (
C
) pure nothrow @
nogc
template
UV_PLATFORM_FS_EVENT_FIELDS () {
version(AIX)
extern (
C
) pure nothrow @
nogc
uv__io_t
event_watcher
;
version(AIX)
extern (
C
) pure nothrow @
nogc
char
*
dir_filename
;
}
Members
Variables
dir_filename
char
*
dir_filename
;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
event_watcher
uv__io_t
event_watcher
;
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
aix
templates
UV_PLATFORM_FS_EVENT_FIELDS
UV_PLATFORM_LOOP_FIELDS