Available on crate feature
traceroute only.Expand description
Structure of IPv6 Network
Fields
addr: Ipv6AddrIPv6 Address
prefix_len: u8Prefix Length
netmask: Ipv6AddrNetwork Mask
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Ipv6Net
impl Send for Ipv6Net
impl Sync for Ipv6Net
impl Unpin for Ipv6Net
impl UnwindSafe for Ipv6Net
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
