pub const fn ipv4_from_u32(ip: u32) -> Ipv4Addr
Convert an Ipv4Addr to a u32.
Ipv4Addr
u32
For why this exists, see: https://architecture.cuprate.org/oddities/le-ipv4.html.