pub enum TcaFqCodel {
Unspec = 0,
Target = 1,
Limit = 2,
Interval = 3,
Ecn = 4,
Flows = 5,
Quantum = 6,
CeThreshold = 7,
DropBatchSize = 8,
MemoryLimit = 9,
Max = 10,
}
Variants§
Unspec = 0
Target = 1
Limit = 2
Interval = 3
Ecn = 4
Flows = 5
Quantum = 6
CeThreshold = 7
DropBatchSize = 8
MemoryLimit = 9
Max = 10
Trait Implementations§
Source§impl Clone for TcaFqCodel
impl Clone for TcaFqCodel
Source§fn clone(&self) -> TcaFqCodel
fn clone(&self) -> TcaFqCodel
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 TcaFqCodel
impl Debug for TcaFqCodel
Source§impl Default for TcaFqCodel
impl Default for TcaFqCodel
Source§fn default() -> TcaFqCodel
fn default() -> TcaFqCodel
Returns the “default value” for a type. Read more
Source§impl From<u16> for TcaFqCodel
impl From<u16> for TcaFqCodel
Source§impl PartialEq for TcaFqCodel
impl PartialEq for TcaFqCodel
impl Eq for TcaFqCodel
impl StructuralPartialEq for TcaFqCodel
Auto Trait Implementations§
impl Freeze for TcaFqCodel
impl RefUnwindSafe for TcaFqCodel
impl Send for TcaFqCodel
impl Sync for TcaFqCodel
impl Unpin for TcaFqCodel
impl UnwindSafe for TcaFqCodel
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