#[repr(u8)]pub enum Cgmselect {
Xt = 1,
Hs = 2,
}
Expand description
Control Gain Mode
Value on reset: 1
Variants§
Trait Implementations§
impl Copy for Cgmselect
impl Eq for Cgmselect
impl IsEnum for Cgmselect
impl StructuralPartialEq for Cgmselect
Auto Trait Implementations§
impl Freeze for Cgmselect
impl RefUnwindSafe for Cgmselect
impl Send for Cgmselect
impl Sync for Cgmselect
impl Unpin for Cgmselect
impl UnwindSafe for Cgmselect
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