Struct native::io::pipe::UnixListener[src]
pub struct UnixListener {
// some fields omitted
}pub struct UnixListener {
// some fields omitted
}impl UnixListenerfn bind(addr: &CString) -> IoResult<UnixListener>fn native_listen(self, backlog: int) -> IoResult<UnixAcceptor>impl RtioUnixListener for UnixListenerfn listen(~self) -> IoResult<Box<RtioUnixAcceptor + Send>>impl Drop for UnixListenerfn drop(&mut self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).