Struct af_packet::tpacket3::TpacketStatsV3[][src]

#[repr(C)]
pub struct TpacketStatsV3 { pub tp_packets: c_uint, pub tp_drops: c_uint, pub tp_freeze_q_cnt: c_uint, }

Fields

Trait Implementations

impl Clone for TpacketStatsV3
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TpacketStatsV3
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations