pub struct Icmp6Stats {
pub num: i64,
pub in_msgs: i64,
pub in_errors: i64,
pub out_msgs: i64,
pub out_errors: i64,
pub csum_errors: i64,
}Fields§
§num: i64§in_msgs: i64§in_errors: i64§out_msgs: i64§out_errors: i64§csum_errors: i64Trait Implementations§
Source§impl Clone for Icmp6Stats
impl Clone for Icmp6Stats
Source§fn clone(&self) -> Icmp6Stats
fn clone(&self) -> Icmp6Stats
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Icmp6Stats
impl Debug for Icmp6Stats
Source§impl Emitable for Icmp6Stats
impl Emitable for Icmp6Stats
Source§impl<T: AsRef<[u8]>> Parseable<Icmp6StatsBuffer<T>> for Icmp6Stats
impl<T: AsRef<[u8]>> Parseable<Icmp6StatsBuffer<T>> for Icmp6Stats
Source§fn parse(buf: &Icmp6StatsBuffer<T>) -> Result<Self, DecodeError>
fn parse(buf: &Icmp6StatsBuffer<T>) -> Result<Self, DecodeError>
Deserialize the current type.
Source§impl PartialEq for Icmp6Stats
impl PartialEq for Icmp6Stats
impl Copy for Icmp6Stats
impl Eq for Icmp6Stats
impl StructuralPartialEq for Icmp6Stats
Auto Trait Implementations§
impl Freeze for Icmp6Stats
impl RefUnwindSafe for Icmp6Stats
impl Send for Icmp6Stats
impl Sync for Icmp6Stats
impl Unpin for Icmp6Stats
impl UnwindSafe for Icmp6Stats
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more