Expand description
Details about the ipv6 address of an interface on this host
Fields
ip: Ipv6AddrThe IP address of the interface.
netmask: Ipv6AddrThe netmask of the interface.
broadcast: Option<Ipv6Addr>The broadcast address of the interface.
Implementations
sourceimpl Ifv6Addr
impl Ifv6Addr
sourcepub fn is_loopback(&self) -> bool
pub fn is_loopback(&self) -> bool
Check whether this is a loopback address.
Trait Implementations
impl Eq for Ifv6Addr
impl StructuralEq for Ifv6Addr
impl StructuralPartialEq for Ifv6Addr
Auto Trait Implementations
impl RefUnwindSafe for Ifv6Addr
impl Send for Ifv6Addr
impl Sync for Ifv6Addr
impl Unpin for Ifv6Addr
impl UnwindSafe for Ifv6Addr
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more