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