pub enum PIONumber {
PIO0 = 0,
PIO1 = 1,
}
Expand description
There can be 2 PIOs per RP2040.
Variants§
Trait Implementations§
impl Copy for PIONumber
impl StructuralPartialEq for PIONumber
Auto Trait Implementations§
impl Freeze for PIONumber
impl RefUnwindSafe for PIONumber
impl Send for PIONumber
impl Sync for PIONumber
impl Unpin for PIONumber
impl UnwindSafe for PIONumber
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