Enum Adc1trgsel
pub enum Adc1trgsel {
_0 = 0,
_1 = 1,
}Expand description
ADC1 trigger source select
Value on reset: 0
Variants§
Trait Implementations§
§impl Clone for Adc1trgsel
impl Clone for Adc1trgsel
§fn clone(&self) -> Adc1trgsel
fn clone(&self) -> Adc1trgsel
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 more§impl Debug for Adc1trgsel
impl Debug for Adc1trgsel
§impl Format for Adc1trgsel
impl Format for Adc1trgsel
§impl From<Adc1trgsel> for bool
impl From<Adc1trgsel> for bool
§fn from(variant: Adc1trgsel) -> Self
fn from(variant: Adc1trgsel) -> Self
Converts to this type from the input type.
§impl PartialEq for Adc1trgsel
impl PartialEq for Adc1trgsel
impl Copy for Adc1trgsel
impl Eq for Adc1trgsel
impl StructuralPartialEq for Adc1trgsel
Auto Trait Implementations§
impl Freeze for Adc1trgsel
impl RefUnwindSafe for Adc1trgsel
impl Send for Adc1trgsel
impl Sync for Adc1trgsel
impl Unpin for Adc1trgsel
impl UnwindSafe for Adc1trgsel
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