Enum Extsel
#[repr(u8)]pub enum Extsel {
Trg0 = 0,
Trg1 = 1,
Trg2 = 2,
Trg3 = 3,
Trg4 = 4,
Trg5 = 5,
Trg6 = 6,
Trg7 = 7,
}Variants§
Trg0 = 0
adc_trg0.
Trg1 = 1
adc_trg1.
Trg2 = 2
adc_trg2.
Trg3 = 3
adc_trg3.
Trg4 = 4
adc_trg4.
Trg5 = 5
adc_trg5.
Trg6 = 6
adc_trg6.
Trg7 = 7
adc_trg7.
Implementations§
Trait Implementations§
impl Copy for Extsel
impl Eq for Extsel
§impl Ord for Extsel
impl Ord for Extsel
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Extsel
impl PartialOrd for Extsel
impl StructuralPartialEq for Extsel
Auto Trait Implementations§
impl Freeze for Extsel
impl RefUnwindSafe for Extsel
impl Send for Extsel
impl Sync for Extsel
impl Unpin for Extsel
impl UnsafeUnpin for Extsel
impl UnwindSafe for Extsel
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