#[repr(u8)]
pub enum WRBQOS_A {
DISABLE,
LOW,
MEDIUM,
HIGH,
}
Expand description
Write-Back Quality of Service
Value on reset: 1
Variants
DISABLE
0: Background (no sensitive operation)
LOW
1: Sensitive Bandwidth
MEDIUM
2: Sensitive Latency
HIGH
3: Critical Latency
Trait Implementations
impl Copy for WRBQOS_A
impl StructuralPartialEq for WRBQOS_A
Auto Trait Implementations
impl RefUnwindSafe for WRBQOS_A
impl Send for WRBQOS_A
impl Sync for WRBQOS_A
impl Unpin for WRBQOS_A
impl UnwindSafe for WRBQOS_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more