pub struct Psel(/* private fields */);Implementations§
Source§impl Psel
impl Psel
Sourcepub const ANALOG_INPUT0: Self
pub const ANALOG_INPUT0: Self
Use analog input 0 as analog input.
Sourcepub const ANALOG_INPUT1: Self
pub const ANALOG_INPUT1: Self
Use analog input 1 as analog input.
Sourcepub const ANALOG_INPUT2: Self
pub const ANALOG_INPUT2: Self
Use analog input 2 as analog input.
Sourcepub const ANALOG_INPUT3: Self
pub const ANALOG_INPUT3: Self
Use analog input 3 as analog input.
Sourcepub const ANALOG_INPUT4: Self
pub const ANALOG_INPUT4: Self
Use analog input 4 as analog input.
Sourcepub const ANALOG_INPUT5: Self
pub const ANALOG_INPUT5: Self
Use analog input 5 as analog input.
Sourcepub const ANALOG_INPUT6: Self
pub const ANALOG_INPUT6: Self
Use analog input 6 as analog input.
Sourcepub const ANALOG_INPUT7: Self
pub const ANALOG_INPUT7: Self
Use analog input 7 as analog input.
Trait Implementations§
Source§impl Ord for Psel
impl Ord for Psel
Source§impl PartialOrd for Psel
impl PartialOrd for Psel
impl Copy for Psel
impl Eq for Psel
impl StructuralPartialEq for Psel
Auto Trait Implementations§
impl Freeze for Psel
impl RefUnwindSafe for Psel
impl Send for Psel
impl Sync for Psel
impl Unpin for Psel
impl UnwindSafe for Psel
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