Home
last modified time | relevance | path

Searched defs:FdSet (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/nix/src/sys/
Dselect.rs18 pub struct FdSet(libc::fd_set); struct
27 impl FdSet { impl
107 impl Default for FdSet { implementation
185 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()