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