pub enum PinID {
Pin0 = 0,
Pin1 = 1,
Pin2 = 2,
Pin3 = 3,
Pin4 = 4,
Pin5 = 5,
Pin6 = 6,
Pin7 = 7,
}Expand description
GPIO pin ID. Builds together with bank an unique pin identification.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PinID
impl RefUnwindSafe for PinID
impl Send for PinID
impl Sync for PinID
impl Unpin for PinID
impl UnwindSafe for PinID
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