#[repr(u8)]pub enum PselPsel {
ANALOG_INPUT0 = 0,
ANALOG_INPUT1 = 1,
ANALOG_INPUT2 = 2,
ANALOG_INPUT3 = 3,
ANALOG_INPUT4 = 4,
ANALOG_INPUT5 = 5,
ANALOG_INPUT6 = 6,
ANALOG_INPUT7 = 7,
}
Variants§
ANALOG_INPUT0 = 0
Use analog input 0 as analog input.
ANALOG_INPUT1 = 1
Use analog input 1 as analog input.
ANALOG_INPUT2 = 2
Use analog input 2 as analog input.
ANALOG_INPUT3 = 3
Use analog input 3 as analog input.
ANALOG_INPUT4 = 4
Use analog input 4 as analog input.
ANALOG_INPUT5 = 5
Use analog input 5 as analog input.
ANALOG_INPUT6 = 6
Use analog input 6 as analog input.
ANALOG_INPUT7 = 7
Use analog input 7 as analog input.
Implementations§
Trait Implementations§
Source§impl Ord for PselPsel
impl Ord for PselPsel
Source§impl PartialOrd for PselPsel
impl PartialOrd for PselPsel
impl Copy for PselPsel
impl Eq for PselPsel
impl StructuralPartialEq for PselPsel
Auto Trait Implementations§
impl Freeze for PselPsel
impl RefUnwindSafe for PselPsel
impl Send for PselPsel
impl Sync for PselPsel
impl Unpin for PselPsel
impl UnwindSafe for PselPsel
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)