pub enum FqCodelAttrs {
Target(u32),
Limit(u32),
Interval(u32),
Ecn(u32),
Flows(u32),
Quantum(u32),
CeThreshold(u32),
DropBatchSize(u32),
MemoryLimit(u32),
CeThresholdSelector(u8),
CeThresholdMask(u8),
}Available on crate feature
tc only.Variants§
Target(u32)
Limit(u32)
Interval(u32)
Ecn(u32)
Flows(u32)
Quantum(u32)
CeThreshold(u32)
DropBatchSize(u32)
MemoryLimit(u32)
CeThresholdSelector(u8)
CeThresholdMask(u8)
Implementations§
Source§impl FqCodelAttrs
impl FqCodelAttrs
pub fn new(buf: &[u8]) -> IterableFqCodelAttrs<'_> ⓘ
Trait Implementations§
Source§impl Clone for FqCodelAttrs
impl Clone for FqCodelAttrs
Source§fn clone(&self) -> FqCodelAttrs
fn clone(&self) -> FqCodelAttrs
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 moreAuto Trait Implementations§
impl Freeze for FqCodelAttrs
impl RefUnwindSafe for FqCodelAttrs
impl Send for FqCodelAttrs
impl Sync for FqCodelAttrs
impl Unpin for FqCodelAttrs
impl UnwindSafe for FqCodelAttrs
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