pub enum AdcResolution {
    _8,
    _10,
    _12,
}Variants§
Trait Implementations§
Source§impl Clone for AdcResolution
 
impl Clone for AdcResolution
Source§fn clone(&self) -> AdcResolution
 
fn clone(&self) -> AdcResolution
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 From<AdcResolution> for Resolution
 
impl From<AdcResolution> for Resolution
Source§fn from(val: AdcResolution) -> Self
 
fn from(val: AdcResolution) -> Self
Converts to this type from the input type.
Source§impl PartialEq for AdcResolution
 
impl PartialEq for AdcResolution
impl Copy for AdcResolution
impl Eq 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