libuv ~master (2020-09-30T04:00:19Z)
Home
Dub
Repo
UV_SIGNAL_PRIVATE_FIELDS.tree_entry_s
deimos
uv
unix
UV_SIGNAL_PRIVATE_FIELDS
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
template
UV_SIGNAL_PRIVATE_FIELDS
()
version(Posix)
extern (
C
) pure nothrow @
nogc
struct
tree_entry_s {
uv_signal_s
*
rbe_left
;
uv_signal_s
*
rbe_right
;
uv_signal_s
*
rbe_parent
;
int
rbe_color
;
}
Members
Variables
rbe_color
int
rbe_color
;
Undocumented in source.
rbe_left
uv_signal_s
*
rbe_left
;
Undocumented in source.
rbe_parent
uv_signal_s
*
rbe_parent
;
Undocumented in source.
rbe_right
uv_signal_s
*
rbe_right
;
Undocumented in source.
Meta
Source
See Implementation
deimos
uv
unix
UV_SIGNAL_PRIVATE_FIELDS
structs
tree_entry_s
variables
caught_signals
dispatched_signals
tree_entry