libuv ~master (2020-09-30T04:00:19Z)
Home
Dub
Repo
UV_PRIVATE_REQ_TYPES.uv_tcp_accept_t
deimos
uv
win
UV_PRIVATE_REQ_TYPES
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
template
UV_PRIVATE_REQ_TYPES
()
version(Windows)
extern (
C
) pure nothrow @
nogc
struct
uv_tcp_accept_t {
mixin
UV_REQ_FIELDS
;
SOCKET
accept_socket
;
char
[
sockaddr_storage
.
sizeof
*
2
+
32
]
accept_buffer
;
HANDLE
event_handle
;
HANDLE
wait_handle
;
uv_tcp_accept_t
*
next_pending
;
}
Members
Mixins
__anonymous
mixin
UV_REQ_FIELDS
Undocumented in source.
Variables
accept_buffer
char
[
sockaddr_storage
.
sizeof
*
2
+
32
]
accept_buffer
;
Undocumented in source.
accept_socket
SOCKET
accept_socket
;
Undocumented in source.
event_handle
HANDLE
event_handle
;
Undocumented in source.
next_pending
uv_tcp_accept_t
*
next_pending
;
Undocumented in source.
wait_handle
HANDLE
wait_handle
;
Undocumented in source.
Meta
Source
See Implementation
deimos
uv
win
UV_PRIVATE_REQ_TYPES
structs
uv_pipe_accept_t
uv_read_t
uv_tcp_accept_t
variables
uv_pipe_accept_s
uv_read_s
uv_tcp_accept_s