Struct nix::sys::select::FdSet
[−]
[src]
pub struct FdSet { /* fields omitted */ }
pub struct FdSet { /* fields omitted */ }
impl FdSet
[src]fn new() -> FdSet
fn insert(&mut self, fd: RawFd)
fn remove(&mut self, fd: RawFd)
fn contains(&mut self, fd: RawFd) -> bool
fn clear(&mut self)
impl Clone for FdSet
[src]