Enum std::net::Ipv6MulticastScopeUnstable [-]  [+] [src]

pub enum Ipv6MulticastScope {
    InterfaceLocal,
    LinkLocal,
    RealmLocal,
    AdminLocal,
    SiteLocal,
    OrganizationLocal,
    Global,
}

Variants

InterfaceLocal
LinkLocal
RealmLocal
AdminLocal
SiteLocal
OrganizationLocal
Global

Trait Implementations

Derived Implementations

impl Debug for Ipv6MulticastScope

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

impl<__S: Writer + Hasher> Hash<__S> for Ipv6MulticastScope

fn hash(&self, __arg_0: &mut __S)

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