libuv ~master (2020-09-30T04:00:19Z)
Home
Dub
Repo
UV_PRIVATE_REQ_TYPES.uv_read_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_read_t {
mixin
UV_REQ_FIELDS
;
HANDLE
event_handle
;
HANDLE
wait_handle
;
}
Members
Mixins
__anonymous
mixin
UV_REQ_FIELDS
Undocumented in source.
Variables
event_handle
HANDLE
event_handle
;
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