Module std::os::unix::net 1.10.0[−][src]
This is supported on Unix only.
Unix-specific networking functionality
Structs
Incoming |
[ Unix ] An iterator over incoming connections to a |
SocketAddr |
[ Unix ] An address associated with a Unix socket. |
UnixDatagram |
[ Unix ] A Unix datagram socket. |
UnixListener |
[ Unix ] A structure representing a Unix domain socket server. |
UnixStream |
[ Unix ] A Unix stream socket. |