pub enum AdcResolution {
Bits12 = 0,
Bits10 = 1,
Bits8 = 2,
Bits6 = 3,
}Variants§
Trait Implementations§
Source§impl Clone for AdcResolution
impl Clone for AdcResolution
Source§fn clone(&self) -> AdcResolution
fn clone(&self) -> AdcResolution
Returns a duplicate 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 AdcResolution
impl Debug for AdcResolution
Source§impl PartialEq for AdcResolution
impl PartialEq for AdcResolution
impl Copy for AdcResolution
impl StructuralPartialEq for AdcResolution
Auto Trait Implementations§
impl Freeze for AdcResolution
impl RefUnwindSafe for AdcResolution
impl Send for AdcResolution
impl Sync for AdcResolution
impl Unpin for AdcResolution
impl UnwindSafe for AdcResolution
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