#[repr(u8)]
pub enum CQOS_A {
DISABLE,
LOW,
MEDIUM,
HIGH,
}
Expand description
Configuration 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 CQOS_A
impl StructuralPartialEq for CQOS_A
Auto Trait Implementations
impl RefUnwindSafe for CQOS_A
impl Send for CQOS_A
impl Sync for CQOS_A
impl Unpin for CQOS_A
impl UnwindSafe for CQOS_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