extern structstd.os.windows.ws2_32.pollfd[src]

Fields

fd: SOCKET
events: SHORT
revents: SHORT

Source Code

Source code
pub const pollfd = extern struct {
    fd: SOCKET,
    events: SHORT,
    revents: SHORT,
}