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