pub enum Ipv6Scope {
LinkLocal,
Global,
SiteLocal,
}Expand description
IPv6 address scope
Variants§
LinkLocal
Link-local (fe80::/10)
Global
Global unicast (2000::/3)
SiteLocal
Site-local (deprecated, fec0::/10)
Trait Implementations§
impl Copy for Ipv6Scope
impl Eq for Ipv6Scope
impl StructuralPartialEq for Ipv6Scope
Auto Trait Implementations§
impl Freeze for Ipv6Scope
impl RefUnwindSafe for Ipv6Scope
impl Send for Ipv6Scope
impl Sync for Ipv6Scope
impl Unpin for Ipv6Scope
impl UnwindSafe for Ipv6Scope
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)