#[repr(u8)]pub enum Fqosselect {
Disable = 0,
Low = 1,
Medium = 2,
High = 3,
}
Expand description
Fetch Quality of Service
Value on reset: 1
Variants§
Disable = 0
0: Background (no sensitive operation)
Low = 1
1: Sensitive Bandwidth
Medium = 2
2: Sensitive Latency
High = 3
3: Critical Latency
Trait Implementations§
Source§impl Clone for Fqosselect
impl Clone for Fqosselect
Source§fn clone(&self) -> Fqosselect
fn clone(&self) -> Fqosselect
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 Fqosselect
impl Debug for Fqosselect
Source§impl From<Fqosselect> for u8
impl From<Fqosselect> for u8
Source§fn from(variant: Fqosselect) -> Self
fn from(variant: Fqosselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Fqosselect
impl PartialEq for Fqosselect
impl Copy for Fqosselect
impl Eq for Fqosselect
impl IsEnum for Fqosselect
impl StructuralPartialEq for Fqosselect
Auto Trait Implementations§
impl Freeze for Fqosselect
impl RefUnwindSafe for Fqosselect
impl Send for Fqosselect
impl Sync for Fqosselect
impl Unpin for Fqosselect
impl UnwindSafe for Fqosselect
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