Struct netlink_packet_route::rtnl::tc::nlas::StatsBasic [−][src]
Expand description
Byte/Packet throughput statistics
Fields
bytes: u64
number of seen bytes
packets: u32
number of seen packets
Trait Implementations
Deserialize the current type.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for StatsBasic
impl Send for StatsBasic
impl Sync for StatsBasic
impl Unpin for StatsBasic
impl UnwindSafe for StatsBasic
Blanket Implementations
Mutably borrows from an owned value. Read more