Struct winapi::winsock2::WSAPOLLFD [] [src]

pub struct WSAPOLLFD {
    pub fd: SOCKET,
    pub events: SHORT,
    pub revents: SHORT,
}

Fields

fd: SOCKET events: SHORT revents: SHORT

Trait Implementations

impl Debug for WSAPOLLFD
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for WSAPOLLFD
[src]

impl Clone for WSAPOLLFD
[src]

fn clone(&self) -> WSAPOLLFD

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more