Module std::sys_common::net
source · Structs
Functions
- sockname 🔒
Type Definitions
Unions
- A type with the same memory layout as
c::sockaddr
. Used in converting Rust level SocketAddr* types into their system representation. The benefit of this specific type over usingc::sockaddr_storage
is that this type is exactly as large as it needs to be and not a lot larger. And it can be initialized more cleanly from Rust.