Struct mio::unix::UnixListener
[−]
[src]
pub struct UnixListener {
// some fields omitted
}pub struct UnixListener {
// some fields omitted
}impl UnixListenerfn bind<P: AsRef<Path> + ?Sized>(addr: &P) -> Result<UnixListener>fn accept(&self) -> Result<Option<UnixStream>>fn try_clone(&self) -> Result<UnixListener>impl Evented for UnixListenerfn register(&self, selector: &mut Selector, token: Token, interest: EventSet, opts: PollOpt) -> Result<()>fn reregister(&self, selector: &mut Selector, token: Token, interest: EventSet, opts: PollOpt) -> Result<()>fn deregister(&self, selector: &mut Selector) -> Result<()>impl TryAccept for UnixListenertype Output = UnixStreamfn accept(&self) -> Result<Option<UnixStream>>impl From<UnixSocket> for UnixListenerfn from(sys: UnixSocket) -> UnixListenerimpl AsRawFd for UnixListenerimpl FromRawFd for UnixListenerunsafe fn from_raw_fd(fd: RawFd) -> UnixListenerimpl Debug for UnixListener
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, enum,
trait, typedef (or
tdef).
Search functions by type signature (e.g.
vec -> usize)