[−][src]Crate in_addr
This crate exposes a common interface to in_addr between Unix and Windows.
There are two types in this crate.
in_addr, a type alias to the platform specific version of this type. Use this in the signature ofexternfunctions.InAddr, a newtype wrapper aroundin_addr. It implements conversions to and fromu32,std::net::Ipv4Addr, andin_addr.
Structs
| InAddr | Wrapper around |
Type Definitions
| in_addr | Type alias to the Unix version of |