Struct winapi::winsock2::WSAPOLLFD
[−]
[src]
pub struct WSAPOLLFD { pub fd: SOCKET, pub events: SHORT, pub revents: SHORT, }
Fields
fd | |
events | |
revents |
Trait Implementations
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