#[repr(u8)]pub enum AdcChannelGain {
Gain1_6 = 0,
Gain1_5 = 1,
Gain1_4 = 2,
Gain1_3 = 3,
Gain1_2 = 4,
Gain1 = 5,
Gain2 = 6,
Gain4 = 7,
}
Variants§
Trait Implementations§
Source§impl Clone for AdcChannelGain
impl Clone for AdcChannelGain
Source§fn clone(&self) -> AdcChannelGain
fn clone(&self) -> AdcChannelGain
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AdcChannelGain
impl Debug for AdcChannelGain
impl Copy for AdcChannelGain
Auto Trait Implementations§
impl Freeze for AdcChannelGain
impl RefUnwindSafe for AdcChannelGain
impl Send for AdcChannelGain
impl Sync for AdcChannelGain
impl Unpin for AdcChannelGain
impl UnwindSafe for AdcChannelGain
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