Module addr

Source

Re-exports§

pub use self::vsock::VsockAddr;

Modules§

alg
datalink 🔒
netlink
private 🔒
vsock

Macros§

accessors 🔒

Structs§

SocketAddressLengthNotDynamic
The error returned by SockaddrLike::set_length on an address whose length is statically fixed.
UnixAddr
A wrapper around sockaddr_un.

Enums§

AddressFamily
These constants specify the protocol family to be used in socket and socketpair
UnixAddrKind 🔒

Traits§

SockaddrLike
Anything that, in C, can be cast back and forth to sockaddr.

Functions§

fmt_abstract 🔒

Unions§

SockaddrStorage
A container for any sockaddr type