Enum esp32c3_hal::analog::adc::AdcCalSource
source · pub enum AdcCalSource {
Gnd,
Ref,
}
Variants§
Trait Implementations§
source§impl Clone for AdcCalSource
impl Clone for AdcCalSource
source§fn clone(&self) -> AdcCalSource
fn clone(&self) -> AdcCalSource
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 moreimpl Copy for AdcCalSource
Auto Trait Implementations§
impl RefUnwindSafe for AdcCalSource
impl Send for AdcCalSource
impl Sync for AdcCalSource
impl Unpin for AdcCalSource
impl UnwindSafe for AdcCalSource
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