pub struct Icmpv6Stats {
pub echo_requests_received: u64,
pub echo_replies_sent: u64,
pub echo_replies_received: u64,
pub errors_received: u64,
pub ndp_messages: u64,
}Expand description
ICMPv6 statistics
Fields§
§echo_requests_received: u64Echo requests received
echo_replies_sent: u64Echo replies sent
echo_replies_received: u64Echo replies received
errors_received: u64Error messages received
ndp_messages: u64NDP messages processed
Trait Implementations§
Source§impl Clone for Icmpv6Stats
impl Clone for Icmpv6Stats
Source§fn clone(&self) -> Icmpv6Stats
fn clone(&self) -> Icmpv6Stats
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Icmpv6Stats
impl Debug for Icmpv6Stats
Source§impl Default for Icmpv6Stats
impl Default for Icmpv6Stats
Source§fn default() -> Icmpv6Stats
fn default() -> Icmpv6Stats
Returns the “default value” for a type. Read more
impl Copy for Icmpv6Stats
Auto Trait Implementations§
impl Freeze for Icmpv6Stats
impl RefUnwindSafe for Icmpv6Stats
impl Send for Icmpv6Stats
impl Sync for Icmpv6Stats
impl Unpin for Icmpv6Stats
impl UnwindSafe for Icmpv6Stats
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)