uv_fs_event_s

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

Members

Mixins

__anonymous
mixin UV_HANDLE_FIELDS
Undocumented in source.
__anonymous
mixin UV_FS_EVENT_PRIVATE_FIELDS
Undocumented in source.

Variables

path
char* path;
Undocumented in source.

Mixed In Members

From mixin UV_HANDLE_FIELDS

data
void* data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
loop
uv_loop_t* loop;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
type
uv_handle_type type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
close_cb
uv_close_cb close_cb;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
handle_queue
void*[2] handle_queue;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
u_s
union u_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
u
u_s u;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__anonymous
mixin UV_HANDLE_PRIVATE_FIELDS
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

From mixin UV_FS_EVENT_PRIVATE_FIELDS

req_s
struct req_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
req
req_s req;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dir_handle
HANDLE dir_handle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
req_pending
int req_pending;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
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.
filew
WCHAR* filew;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
short_filew
WCHAR* short_filew;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dirw
WCHAR* dirw;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
buffer
char* buffer;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta