#[repr(u8)]pub enum Schalg {
WRR = 0,
WFQ = 1,
DWRR = 2,
SP = 3,
}Variants§
WRR = 0
WRR algorithm
WFQ = 1
WFQ algorithm when DCB feature is selected.Otherwise, Reserved
DWRR = 2
DWRR algorithm when DCB feature is selected.Otherwise, Reserved
SP = 3
Strict priority algorithm
Implementations§
Trait Implementations§
Source§impl Ord for Schalg
impl Ord for Schalg
Source§impl PartialOrd for Schalg
impl PartialOrd for Schalg
impl Copy for Schalg
impl Eq for Schalg
impl StructuralPartialEq for Schalg
Auto Trait Implementations§
impl Freeze for Schalg
impl RefUnwindSafe for Schalg
impl Send for Schalg
impl Sync for Schalg
impl Unpin for Schalg
impl UnwindSafe for Schalg
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