Enum std::net::Ipv6MulticastScope
[−]
[src]
pub enum Ipv6MulticastScope {
InterfaceLocal,
LinkLocal,
RealmLocal,
AdminLocal,
SiteLocal,
OrganizationLocal,
Global,
}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
ip #27709): extra functionality has not been scrutinized to the level that it should be stable
impl Hash for Ipv6MulticastScope
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
ip #27709): 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: Hasher1.3.0
impl Clone for Ipv6MulticastScope
fn clone(&self) -> Ipv6MulticastScope
ip #27709): 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 for Ipv6MulticastScope
fn eq(&self, __arg_0: &Ipv6MulticastScope) -> bool
ip #27709): extra functionality has not been scrutinized to the level that it should be stable