#[repr(u8)]
pub enum QOS2_A {
REGULAR,
SHORTAGE,
SENSITIVE,
CRITICAL,
}
Expand description
Level 2 Quality of Service
Value on reset: 2
Variants
REGULAR
0: Regular delivery
SHORTAGE
1: Bandwidth shortage
SENSITIVE
2: Latency sensitive
CRITICAL
3: Latency critical
Trait Implementations
impl Copy for QOS2_A
impl StructuralPartialEq for QOS2_A
Auto Trait Implementations
impl RefUnwindSafe for QOS2_A
impl Send for QOS2_A
impl Sync for QOS2_A
impl Unpin for QOS2_A
impl UnwindSafe for QOS2_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more