Creates an Ipv6 address from segments in network byte order.
impl Ipv6Addr { fn from_be_bytes(bytes: [u16; 8]) -> Ipv6Addr }