#[repr(u8)]pub enum Qos3select {
Regular = 0,
Shortage = 1,
Sensitive = 2,
Critical = 3,
}
Expand description
Level 3 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 Qos3select
impl Clone for Qos3select
Source§fn clone(&self) -> Qos3select
fn clone(&self) -> Qos3select
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 Qos3select
impl Debug for Qos3select
Source§impl From<Qos3select> for u8
impl From<Qos3select> for u8
Source§fn from(variant: Qos3select) -> Self
fn from(variant: Qos3select) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Qos3select
impl PartialEq for Qos3select
impl Copy for Qos3select
impl Eq for Qos3select
impl IsEnum for Qos3select
impl StructuralPartialEq for Qos3select
Auto Trait Implementations§
impl Freeze for Qos3select
impl RefUnwindSafe for Qos3select
impl Send for Qos3select
impl Sync for Qos3select
impl Unpin for Qos3select
impl UnwindSafe for Qos3select
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