uv_write_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_WRITE_PRIVATE_FIELDS
Undocumented in source.

Variables

cb
uv_write_cb cb;
Undocumented in source.
handle
uv_stream_t* handle;
Undocumented in source.
send_handle
uv_stream_t* send_handle;
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_WRITE_PRIVATE_FIELDS

coalesced
int coalesced;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
write_buffer
uv_buf_t write_buffer;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
event_handle
HANDLE event_handle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wait_handle
HANDLE wait_handle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta