uv_fs_s

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

Members

Mixins

__anonymous
mixin UV_REQ_FIELDS
Undocumented in source.
__anonymous
mixin UV_FS_PRIVATE_FIELDS
Undocumented in source.

Variables

cb
uv_fs_cb cb;
Undocumented in source.
fs_type
uv_fs_type fs_type;
Undocumented in source.
loop
uv_loop_t* loop;
Undocumented in source.
path
const(char)* path;
Undocumented in source.
ptr
void* ptr;
Undocumented in source.
result
ssize_t result;
Undocumented in source.
statbuf
uv_stat_t statbuf;
Undocumented in source.

Mixed In Members

From mixin UV_REQ_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.
type
uv_req_type type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
reserved
void*[6] reserved;
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_REQ_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_PRIVATE_FIELDS

work_req
uv__work work_req;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
flags
int flags;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sys_errno_
DWORD sys_errno_;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
file_s
union file_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
file
file_s file;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fs_s
union fs_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fs
fs_s fs;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta