#[repr(u8)]
pub enum CGM_A {
XT,
HS,
}
Expand description
Control Gain Mode
Value on reset: 1
Variants
XT
1: Standard mode
HS
2: High Speed mode
Trait Implementations
impl Copy for CGM_A
impl StructuralPartialEq for CGM_A
Auto Trait Implementations
impl RefUnwindSafe for CGM_A
impl Send for CGM_A
impl Sync for CGM_A
impl Unpin for CGM_A
impl UnwindSafe for CGM_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