Struct netlink_packet_route::rtnl::tc::nlas::StatsQueue [−][src]
pub struct StatsQueue {
pub qlen: u32,
pub backlog: u32,
pub drops: u32,
pub requeues: u32,
pub overlimits: u32,
}
Expand description
Queuing statistics
Fields
qlen: u32
queue length
backlog: u32
backlog size of queue
drops: u32
number of dropped packets
requeues: u32
number of requeues
overlimits: u32
number of enqueues over the limit
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 StatsQueue
impl Send for StatsQueue
impl Sync for StatsQueue
impl Unpin for StatsQueue
impl UnwindSafe for StatsQueue
Blanket Implementations
Mutably borrows from an owned value. Read more