Method lrs::socket::ip::Ipv4Addr::to_be

Turns the address into a 32 bit integer in network byte order.

Syntax

impl Ipv4Addr {
    fn to_be(self) -> u32
}