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