Searched defs:FdSet (Results 1 – 1 of 1) sorted by relevance
18 pub struct FdSet(libc::fd_set); struct27 impl FdSet { impl107 impl Default for FdSet { implementation185 R: Into<Option<&'a mut FdSet>>, in select()186 W: Into<Option<&'a mut FdSet>>, in select()187 E: Into<Option<&'a mut FdSet>>, in select()