pollfd
version(Windows)
extern (
C) pure nothrow @
nogc struct pollfd {
}
Members
- events
short events;
Undocumented in source.
- fd
SOCKET fd;
Undocumented in source.
- revents
short revents;
Undocumented in source.
deimos uv win
aliasesmanifest constantsstructstemplatesunionsvariables