pub enum Ipv6UnassignedScope {
Scope6 = 6,
Scope7 = 7,
Scope9 = 9,
ScopeA = 10,
ScopeB = 11,
ScopeC = 12,
ScopeD = 13,
}
Expand description
The list of IPv6 scopes which are available for local definition by administrators.
Variants§
Scope6 = 6
The scope with numerical value 6.
Scope7 = 7
The scope with numerical value 7.
Scope9 = 9
The scope with numerical value 9.
ScopeA = 10
The scope with numerical value 0xA.
ScopeB = 11
The scope with numerical value 0xB.
ScopeC = 12
The scope with numerical value 0xC.
ScopeD = 13
The scope with numerical value 0xD.
Trait Implementations§
Source§impl Clone for Ipv6UnassignedScope
impl Clone for Ipv6UnassignedScope
Source§fn clone(&self) -> Ipv6UnassignedScope
fn clone(&self) -> Ipv6UnassignedScope
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 moreSource§impl Debug for Ipv6UnassignedScope
impl Debug for Ipv6UnassignedScope
Source§impl PartialEq for Ipv6UnassignedScope
impl PartialEq for Ipv6UnassignedScope
impl Copy for Ipv6UnassignedScope
impl Eq for Ipv6UnassignedScope
impl StructuralPartialEq for Ipv6UnassignedScope
Auto Trait Implementations§
impl Freeze for Ipv6UnassignedScope
impl RefUnwindSafe for Ipv6UnassignedScope
impl Send for Ipv6UnassignedScope
impl Sync for Ipv6UnassignedScope
impl Unpin for Ipv6UnassignedScope
impl UnwindSafe for Ipv6UnassignedScope
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)