Method lrs::socket::ip::Ipv4Addr::to_bytes

Turns the address into an array of bytes.

Syntax

impl Ipv4Addr {
    fn to_bytes(self) -> [u8; 4]
}