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