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