std::os::win32

Win32_pollfd

struct Win32_pollfd
{
	Win32_SOCKET fd;
	Win32_SHORT events;
	Win32_SHORT revents;
}

Members

Methods