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