[][src]Trait ipext::Ipv6AddrExt

pub trait Ipv6AddrExt {
    fn multicast_scope(&self) -> Option<Ipv6MulticastScope>;
fn is_unicast_link_local(&self) -> bool;
fn is_unique_local(&self) -> bool;
fn is_unicast_global(&self) -> bool;
fn is_documentation(&self) -> bool; }

Required methods

Loading content...

Implementations on Foreign Types

impl Ipv6AddrExt for Ipv6Addr[src]

Loading content...

Implementors

Loading content...