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
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
)