#[repr(u8)]pub enum GainSel {
GAIN_SEL_0 = 0,
GAIN_SEL_1 = 1,
GAIN_SEL_2 = 2,
GAIN_SEL_3 = 3,
GAIN_SEL_4 = 4,
GAIN_SEL_5 = 5,
GAIN_SEL_6 = 6,
_RESERVED_7 = 7,
}Variants§
GAIN_SEL_0 = 0
24*(2**10)
GAIN_SEL_1 = 1
16*(2**10)
GAIN_SEL_2 = 2
12*(2**10)
GAIN_SEL_3 = 3
8*(2**10)
GAIN_SEL_4 = 4
6*(2**10)
GAIN_SEL_5 = 5
4*(2**10)
GAIN_SEL_6 = 6
3*(2**10)
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Ord for GainSel
impl Ord for GainSel
Source§impl PartialOrd for GainSel
impl PartialOrd for GainSel
impl Copy for GainSel
impl Eq for GainSel
impl StructuralPartialEq for GainSel
Auto Trait Implementations§
impl Freeze for GainSel
impl RefUnwindSafe for GainSel
impl Send for GainSel
impl Sync for GainSel
impl Unpin for GainSel
impl UnwindSafe for GainSel
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