Struct linux_raw_sys::v5_4::netlink::rtnl_link_stats64 [−][src]
#[repr(C)]pub struct rtnl_link_stats64 {}Show fields
pub rx_packets: __u64, pub tx_packets: __u64, pub rx_bytes: __u64, pub tx_bytes: __u64, pub rx_errors: __u64, pub tx_errors: __u64, pub rx_dropped: __u64, pub tx_dropped: __u64, pub multicast: __u64, pub collisions: __u64, pub rx_length_errors: __u64, pub rx_over_errors: __u64, pub rx_crc_errors: __u64, pub rx_frame_errors: __u64, pub rx_fifo_errors: __u64, pub rx_missed_errors: __u64, pub tx_aborted_errors: __u64, pub tx_carrier_errors: __u64, pub tx_fifo_errors: __u64, pub tx_heartbeat_errors: __u64, pub tx_window_errors: __u64, pub rx_compressed: __u64, pub tx_compressed: __u64, pub rx_nohandler: __u64,
Fields
rx_packets: __u64tx_packets: __u64rx_bytes: __u64tx_bytes: __u64rx_errors: __u64tx_errors: __u64rx_dropped: __u64tx_dropped: __u64multicast: __u64collisions: __u64rx_length_errors: __u64rx_over_errors: __u64rx_crc_errors: __u64rx_frame_errors: __u64rx_fifo_errors: __u64rx_missed_errors: __u64tx_aborted_errors: __u64tx_carrier_errors: __u64tx_fifo_errors: __u64tx_heartbeat_errors: __u64tx_window_errors: __u64rx_compressed: __u64tx_compressed: __u64rx_nohandler: __u64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for rtnl_link_stats64impl Send for rtnl_link_stats64impl Sync for rtnl_link_stats64impl Unpin for rtnl_link_stats64impl UnwindSafe for rtnl_link_stats64Blanket Implementations
Mutably borrows from an owned value. Read more