#[repr(C)]pub struct rte_eth_stats {}Expand description
Ethernet statistics
Fields§
§ipackets: u64§opackets: u64§ibytes: u64§obytes: u64§imissed: u64§ierrors: u64§oerrors: u64§rx_nombuf: u64§q_ipackets: [u64; 16]§q_opackets: [u64; 16]§q_ibytes: [u64; 16]§q_obytes: [u64; 16]§q_errors: [u64; 16]Trait Implementations§
Source§impl Clone for rte_eth_stats
impl Clone for rte_eth_stats
Source§fn clone(&self) -> rte_eth_stats
fn clone(&self) -> rte_eth_stats
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 rte_eth_stats
impl Debug for rte_eth_stats
Source§impl Default for rte_eth_stats
impl Default for rte_eth_stats
Source§fn default() -> rte_eth_stats
fn default() -> rte_eth_stats
Returns the “default value” for a type. Read more
impl Copy for rte_eth_stats
Auto Trait Implementations§
impl Freeze for rte_eth_stats
impl RefUnwindSafe for rte_eth_stats
impl Send for rte_eth_stats
impl Sync for rte_eth_stats
impl Unpin for rte_eth_stats
impl UnsafeUnpin for rte_eth_stats
impl UnwindSafe for rte_eth_stats
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