#[repr(u8)]pub enum Qos2select {
Regular = 0,
Shortage = 1,
Sensitive = 2,
Critical = 3,
}
Expand description
Level 2 Quality of Service
Value on reset: 2
Variants§
Regular = 0
0: Regular delivery
Shortage = 1
1: Bandwidth shortage
Sensitive = 2
2: Latency sensitive
Critical = 3
3: Latency critical
Trait Implementations§
Source§impl Clone for Qos2select
impl Clone for Qos2select
Source§fn clone(&self) -> Qos2select
fn clone(&self) -> Qos2select
Returns a copy 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 Qos2select
impl Debug for Qos2select
Source§impl From<Qos2select> for u8
impl From<Qos2select> for u8
Source§fn from(variant: Qos2select) -> Self
fn from(variant: Qos2select) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Qos2select
impl PartialEq for Qos2select
impl Copy for Qos2select
impl Eq for Qos2select
impl IsEnum for Qos2select
impl StructuralPartialEq for Qos2select
Auto Trait Implementations§
impl Freeze for Qos2select
impl RefUnwindSafe for Qos2select
impl Send for Qos2select
impl Sync for Qos2select
impl Unpin for Qos2select
impl UnwindSafe for Qos2select
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