#[repr(u8)]pub enum Qsel {
MQ_MODE = 0,
HQ_MODE = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
VLQ2_MODE = 4,
VLQ1_MODE = 5,
VLQ0_MODE = 6,
LQ_MODE = 7,
}Variants§
MQ_MODE = 0
Medium-Quality mode.
HQ_MODE = 1
High-Quality mode.
_RESERVED_2 = 2
_RESERVED_3 = 3
VLQ2_MODE = 4
Very-Low-Quality 2 mode.
VLQ1_MODE = 5
Very-Low-Quality 1 mode.
VLQ0_MODE = 6
Very-Low-Quality 0 mode.
LQ_MODE = 7
Low-Quality mode.
Implementations§
Trait Implementations§
Source§impl Ord for Qsel
impl Ord for Qsel
Source§impl PartialOrd for Qsel
impl PartialOrd for Qsel
impl Copy for Qsel
impl Eq for Qsel
impl StructuralPartialEq for Qsel
Auto Trait Implementations§
impl Freeze for Qsel
impl RefUnwindSafe for Qsel
impl Send for Qsel
impl Sync for Qsel
impl Unpin for Qsel
impl UnwindSafe for Qsel
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