Method lrs::socket::ip::Ipv4Addr::is_multicast

Compares the address to the multicast prefix 224.0.0.0/4.

Syntax

impl Ipv4Addr {
    fn is_multicast(self) -> bool
}