Struct winapi::winsock2::fd_set [] [src]

pub struct fd_set {
    pub fd_count: u_int,
    pub fd_array: [SOCKET; 64],
}

Fields

fd_count: u_int fd_array: [SOCKET; 64]

Trait Implementations

impl Copy for fd_set
[src]

impl Clone for fd_set
[src]

fn clone(&self) -> fd_set

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