UV_FS_EVENT_PRIVATE_FIELDS

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(Posix)
extern (C) pure nothrow @nogc
template UV_FS_EVENT_PRIVATE_FIELDS () {}

Members

Mixins

__anonymous
mixin UV_PLATFORM_FS_EVENT_FIELDS
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

cb
uv_fs_event_cb cb;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Mixed In Members

From mixin UV_PLATFORM_FS_EVENT_FIELDS

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