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 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