Module miow::net [−][src]
Extensions and types for the standard networking primitives.
This module contains a number of extension traits for the types in
std::net for Windows-specific functionality.
Structs
| AcceptAddrs | The parsed return value of |
| AcceptAddrsBuf | A type to represent a buffer in which an accepted socket’s address will be stored. |
| SocketAddrBuf | A type to represent a buffer in which a socket address will be stored. |
Traits
| TcpListenerExt | Additional methods for the |
| TcpStreamExt | Additional methods for the |
| UdpSocketExt | Additional methods for the |