Enum ip_network::Ipv6MulticastScope
source · pub enum Ipv6MulticastScope {
InterfaceLocal,
LinkLocal,
RealmLocal,
AdminLocal,
SiteLocal,
OrganizationLocal,
Global,
}
Expand description
IPv6 Multicast Address Scopes.
Variants§
Trait Implementations§
source§impl Clone for Ipv6MulticastScope
impl Clone for Ipv6MulticastScope
source§fn clone(&self) -> Ipv6MulticastScope
fn clone(&self) -> Ipv6MulticastScope
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more