Struct libc::fd_set [] [src]

pub struct fd_set {
    // some fields omitted
}

Trait Implementations

impl Copy for fd_set

impl Clone for fd_set

fn clone(&self) -> fd_set

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