pub struct FqCodelXStats {
pub maxpacket: u32,
pub drop_overlimit: u32,
pub ecn_mark: u32,
pub new_flow_count: u32,
pub new_flows_len: u32,
pub old_flows_len: u32,
pub ce_mark: u32,
pub memory_usage: u32,
pub drop_overmemory: u32,
}
Expand description
Defined in include/uapi/linux/pkt_sched.h
as struct tc_fq_codel_xstats
.
Fields§
§maxpacket: u32
§drop_overlimit: u32
§ecn_mark: u32
§new_flow_count: u32
§new_flows_len: u32
§old_flows_len: u32
§ce_mark: u32
§memory_usage: u32
§drop_overmemory: u32
Implementations§
Trait Implementations§
Source§impl Clone for FqCodelXStats
impl Clone for FqCodelXStats
Source§fn clone(&self) -> FqCodelXStats
fn clone(&self) -> FqCodelXStats
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for FqCodelXStats
impl Debug for FqCodelXStats
Source§impl Default for FqCodelXStats
impl Default for FqCodelXStats
Source§fn default() -> FqCodelXStats
fn default() -> FqCodelXStats
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FqCodelXStats
impl<'de> Deserialize<'de> for FqCodelXStats
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for FqCodelXStats
impl PartialEq for FqCodelXStats
Source§impl Serialize for FqCodelXStats
impl Serialize for FqCodelXStats
impl StructuralPartialEq for FqCodelXStats
Auto Trait Implementations§
impl Freeze for FqCodelXStats
impl RefUnwindSafe for FqCodelXStats
impl Send for FqCodelXStats
impl Sync for FqCodelXStats
impl Unpin for FqCodelXStats
impl UnwindSafe for FqCodelXStats
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more