[][src]Trait ipext::Ipv4AddrExt

pub trait Ipv4AddrExt {
    fn is_shared(&self) -> bool;
fn is_ietf_protocol_assignment(&self) -> bool;
fn is_reserved(&self) -> bool;
fn is_benchmarking(&self) -> bool; }

Required methods

fn is_shared(&self) -> bool

fn is_ietf_protocol_assignment(&self) -> bool

fn is_reserved(&self) -> bool

fn is_benchmarking(&self) -> bool

Loading content...

Implementations on Foreign Types

impl Ipv4AddrExt for Ipv4Addr[src]

Loading content...

Implementors

Loading content...