Enum std::net::Ipv6MulticastScope [] [src]

pub enum Ipv6MulticastScope {
    InterfaceLocal,
    LinkLocal,
    RealmLocal,
    AdminLocal,
    SiteLocal,
    OrganizationLocal,
    Global,
}
Unstable (ip #27709)

: extra functionality has not been scrutinized to the level that it should be stable

Variants

InterfaceLocal
Unstable (ip #27709)

: extra functionality has not been scrutinized to the level that it should be stable

LinkLocal
Unstable (ip #27709)

: extra functionality has not been scrutinized to the level that it should be stable

RealmLocal
Unstable (ip #27709)

: extra functionality has not been scrutinized to the level that it should be stable

AdminLocal
Unstable (ip #27709)

: extra functionality has not been scrutinized to the level that it should be stable

SiteLocal
Unstable (ip #27709)

: extra functionality has not been scrutinized to the level that it should be stable

OrganizationLocal
Unstable (ip #27709)

: extra functionality has not been scrutinized to the level that it should be stable

Global
Unstable (ip #27709)

: extra functionality has not been scrutinized to the level that it should be stable

Trait Implementations

Derived Implementations

impl Debug for Ipv6MulticastScope

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Hash for Ipv6MulticastScope

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl Clone for Ipv6MulticastScope

fn clone(&self) -> Ipv6MulticastScope

fn clone_from(&mut self, source: &Self)

impl Eq for Ipv6MulticastScope

impl PartialEq for Ipv6MulticastScope

fn eq(&self, __arg_0: &Ipv6MulticastScope) -> bool

fn ne(&self, __arg_0: &Ipv6MulticastScope) -> bool

impl Copy for Ipv6MulticastScope