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