pub struct Ipv6Stats {
pub addresses_configured: usize,
pub ndp_cache_entries: usize,
pub hop_limit: u8,
pub dual_stack_active: bool,
}Expand description
IPv6 statistics
Fields§
§addresses_configured: usizeNumber of IPv6 addresses configured
ndp_cache_entries: usizeNumber of NDP cache entries
hop_limit: u8Current hop limit
dual_stack_active: boolWhether dual-stack is active
Trait Implementations§
impl Copy for Ipv6Stats
Auto Trait Implementations§
impl Freeze for Ipv6Stats
impl RefUnwindSafe for Ipv6Stats
impl Send for Ipv6Stats
impl Sync for Ipv6Stats
impl Unpin for Ipv6Stats
impl UnwindSafe for Ipv6Stats
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)