Enum bitflags::__core::net::Ipv6MulticastScope
[−]
[src]
pub enum Ipv6MulticastScope { InterfaceLocal, LinkLocal, RealmLocal, AdminLocal, SiteLocal, OrganizationLocal, Global, }
ip
): extra functionality has not been scrutinized to the level that it should be stable
Variants
InterfaceLocal | Unstable ( ip ): extra functionality has not been scrutinized to the level that it should be stable | |
LinkLocal | Unstable ( ip ): extra functionality has not been scrutinized to the level that it should be stable | |
RealmLocal | Unstable ( ip ): extra functionality has not been scrutinized to the level that it should be stable | |
AdminLocal | Unstable ( ip ): extra functionality has not been scrutinized to the level that it should be stable | |
SiteLocal | Unstable ( ip ): extra functionality has not been scrutinized to the level that it should be stable | |
OrganizationLocal | Unstable ( ip ): extra functionality has not been scrutinized to the level that it should be stable | |
Global | Unstable ( ip ): 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<(), Error>
ip
): extra functionality has not been scrutinized to the level that it should be stable
impl Hash for Ipv6MulticastScope
fn hash<__H>(&self, __arg_0: &mut __H) where __H: Hasher
ip
): extra functionality has not been scrutinized to the level that it should be stable
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
1.3.0
impl Clone for Ipv6MulticastScope
fn clone(&self) -> Ipv6MulticastScope
ip
): extra functionality has not been scrutinized to the level that it should be stable
fn clone_from(&mut self, source: &Self)
1.0.0
impl Eq for Ipv6MulticastScope
impl PartialEq<Ipv6MulticastScope> for Ipv6MulticastScope
fn eq(&self, __arg_0: &Ipv6MulticastScope) -> bool
ip
): extra functionality has not been scrutinized to the level that it should be stable