Struct linux_raw_sys::v5_11::netlink::rtnl_link_stats [−][src]
#[repr(C)]pub struct rtnl_link_stats {}Show 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: __u32tx_packets: __u32rx_bytes: __u32tx_bytes: __u32rx_errors: __u32tx_errors: __u32rx_dropped: __u32tx_dropped: __u32multicast: __u32collisions: __u32rx_length_errors: __u32rx_over_errors: __u32rx_crc_errors: __u32rx_frame_errors: __u32rx_fifo_errors: __u32rx_missed_errors: __u32tx_aborted_errors: __u32tx_carrier_errors: __u32tx_fifo_errors: __u32tx_heartbeat_errors: __u32tx_window_errors: __u32rx_compressed: __u32tx_compressed: __u32rx_nohandler: __u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for rtnl_link_statsimpl Send for rtnl_link_statsimpl Sync for rtnl_link_statsimpl Unpin for rtnl_link_statsimpl UnwindSafe for rtnl_link_statsBlanket Implementations
Mutably borrows from an owned value. Read more