Method lrs::socket::ip::Ipv6Addr::to_be_bytes

Transforms the address into an array of segments in network byte order.

Syntax

impl Ipv6Addr {
    fn to_be_bytes(&self) -> [u16; 8]
}