Struct nix::sys::select::FdSet
[−]
[src]
pub struct FdSet { /* fields omitted */ }
Methods
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)
Trait Implementations
impl Clone for FdSet
[src]
fn clone(&self) -> FdSet
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