Struct linux_raw_sys::netlink::rtnl_link_stats
source · #[repr(C)]pub struct rtnl_link_stats {Show 24 fields
pub rx_packets: __u32,
pub tx_packets: __u32,
pub rx_bytes: __u32,
pub tx_bytes: __u32,
pub rx_errors: __u32,
pub tx_errors: __u32,
pub rx_dropped: __u32,
pub tx_dropped: __u32,
pub multicast: __u32,
pub collisions: __u32,
pub rx_length_errors: __u32,
pub rx_over_errors: __u32,
pub rx_crc_errors: __u32,
pub rx_frame_errors: __u32,
pub rx_fifo_errors: __u32,
pub rx_missed_errors: __u32,
pub tx_aborted_errors: __u32,
pub tx_carrier_errors: __u32,
pub tx_fifo_errors: __u32,
pub tx_heartbeat_errors: __u32,
pub tx_window_errors: __u32,
pub rx_compressed: __u32,
pub tx_compressed: __u32,
pub rx_nohandler: __u32,
}
Fields§
§rx_packets: __u32
§tx_packets: __u32
§rx_bytes: __u32
§tx_bytes: __u32
§rx_errors: __u32
§tx_errors: __u32
§rx_dropped: __u32
§tx_dropped: __u32
§multicast: __u32
§collisions: __u32
§rx_length_errors: __u32
§rx_over_errors: __u32
§rx_crc_errors: __u32
§rx_frame_errors: __u32
§rx_fifo_errors: __u32
§rx_missed_errors: __u32
§tx_aborted_errors: __u32
§tx_carrier_errors: __u32
§tx_fifo_errors: __u32
§tx_heartbeat_errors: __u32
§tx_window_errors: __u32
§rx_compressed: __u32
§tx_compressed: __u32
§rx_nohandler: __u32
Trait Implementations§
source§impl Clone for rtnl_link_stats
impl Clone for rtnl_link_stats
source§fn clone(&self) -> rtnl_link_stats
fn clone(&self) -> rtnl_link_stats
Returns a copy 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 rtnl_link_stats
impl Debug for rtnl_link_stats
impl Copy for rtnl_link_stats
Auto Trait Implementations§
impl Freeze for rtnl_link_stats
impl RefUnwindSafe for rtnl_link_stats
impl Send for rtnl_link_stats
impl Sync for rtnl_link_stats
impl Unpin for rtnl_link_stats
impl UnwindSafe for rtnl_link_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)