#[repr(u8)]pub enum Taa {
FP = 0,
WSP = 1,
WRR = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
FP = 0
Fixed priority
WSP = 1
Weighted Strict Priority (WSP)
WRR = 2
Weighted Round-Robin (WRR)
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Ord for Taa
impl Ord for Taa
Source§impl PartialOrd for Taa
impl PartialOrd for Taa
impl Copy for Taa
impl Eq for Taa
impl StructuralPartialEq for Taa
Auto Trait Implementations§
impl Freeze for Taa
impl RefUnwindSafe for Taa
impl Send for Taa
impl Sync for Taa
impl Unpin for Taa
impl UnwindSafe for Taa
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