- 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.
- socket
SOCKET socket;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- peer_socket
SOCKET peer_socket;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- afd_poll_info_1
AFD_POLL_INFO afd_poll_info_1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- afd_poll_info_2
AFD_POLL_INFO afd_poll_info_2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- poll_req_1
uv_req_t poll_req_1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- poll_req_2
uv_req_t poll_req_2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- submitted_events_1
ubyte submitted_events_1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- submitted_events_2
ubyte submitted_events_2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mask_events_1
ubyte mask_events_1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mask_events_2
ubyte mask_events_2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- events
ubyte events;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.