pub struct FqCodel {
pub target: u32,
pub limit: u32,
pub interval: u32,
pub ecn: u32,
pub flows: u32,
pub quantum: u32,
pub ce_threshold: u32,
pub drop_batch_size: u32,
pub memory_limit: u32,
}
Expand description
Defined in include/uapi/linux/sch_fq_codel.c
.
Fields§
§target: u32
§limit: u32
§interval: u32
§ecn: u32
§flows: u32
§quantum: u32
§ce_threshold: u32
§drop_batch_size: u32
§memory_limit: u32
Implementations§
Trait Implementations§
impl StructuralPartialEq for FqCodel
Auto Trait Implementations§
impl Freeze for FqCodel
impl RefUnwindSafe for FqCodel
impl Send for FqCodel
impl Sync for FqCodel
impl Unpin for FqCodel
impl UnwindSafe for FqCodel
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