Struct netlink::Struct_rtnl_link_stats64 [] [src]

#[repr(C)]
pub struct Struct_rtnl_link_stats64 { 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, }

Fields

Trait Implementations

impl Copy for Struct_rtnl_link_stats64
[src]

impl Clone for Struct_rtnl_link_stats64
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_rtnl_link_stats64
[src]

Returns the "default value" for a type. Read more