UV_SIGNAL_PRIVATE_FIELDS.tree_entry_s

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 {}

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