Module rustix::net::socket_addr_any
source · Expand description
A socket address for any kind of socket.
This is similar to std::net::SocketAddr
, but also supports Unix-domain
socket addresses on Unix.
§Safety
The read
and write
functions allow decoding and encoding from and to
OS-specific socket address representations in memory.
Re-exports§
pub use backend::net::addr::SocketAddrStorage;
Enums§
struct sockaddr_storage
as a Rust enum.