pub enum AdcRange {
Fs2k,
Fs4k,
Fs8k,
Fs16k,
}
Expand description
ADC range
Variants§
Trait Implementations§
impl Copy for AdcRange
impl StructuralPartialEq for AdcRange
Auto Trait Implementations§
impl Freeze for AdcRange
impl RefUnwindSafe for AdcRange
impl Send for AdcRange
impl Sync for AdcRange
impl Unpin for AdcRange
impl UnwindSafe for AdcRange
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