Creates a new Ipv4 address from given bytes.
impl Ipv4Addr { fn from_bytes(bytes: [u8; 4]) -> Ipv4Addr }
The bytes that contain the address.