Structs§
- Domain
- Specification of the communication domain for a socket.
- Maybe
Uninit Slice - A version of
IoSliceMut
that 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.
- Sock
Addr Storage - Rust version of the
sockaddr_storage
type. - SockRef
- A reference to a
Socket
that can be used to configure socket types other than theSocket
type 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.
Type Aliases§
- sa_
family_ t - The integer type for the
ss_family
field on this platform. - socklen_
t - The integer type used with
getsockname
on this platform.