Structs§
- Domain
- Specification of the communication domain for a socket.
- Maybe
Uninit Slice - A version of
IoSliceMutthat allows the buffer to be uninitialised. - MsgHdr
- Configuration of a
sendmsg(2)system call. - MsgHdr
Mut - Configuration of a
recvmsg(2)system call. - Protocol
- Protocol specification used for creating sockets via
Socket::new. - Recv
Flags - Flags for incoming messages.
- Sock
Addr - The address of a socket.
- SockRef
- A reference to a
Socketthat can be used to configure socket types other than theSockettype itself. - Socket
- Owned wrapper around a system socket.
- TcpKeepalive
- Configures a socket’s TCP keepalive parameters.
- Type
- Specification of communication semantics on a socket.
Enums§
- Interface
Index OrAddress - A local interface specified by its index or an address assigned to it.