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