#[repr(u8)]pub enum Pin {
Show 24 variants
PA0 = 0,
PA1 = 1,
PA2 = 2,
PA3 = 3,
PA4 = 4,
PA5 = 5,
PA6 = 6,
PA7 = 7,
PC0 = 64,
PC1 = 65,
PC2 = 66,
PC3 = 67,
PC4 = 68,
PC5 = 69,
PC6 = 70,
PC7 = 71,
PD0 = 96,
PD1 = 97,
PD2 = 98,
PD3 = 99,
PD4 = 100,
PD5 = 101,
PD6 = 102,
PD7 = 103,
}Variants§
PA0 = 0
PA1 = 1
PA2 = 2
PA3 = 3
PA4 = 4
PA5 = 5
PA6 = 6
PA7 = 7
PC0 = 64
PC1 = 65
PC2 = 66
PC3 = 67
PC4 = 68
PC5 = 69
PC6 = 70
PC7 = 71
PD0 = 96
PD1 = 97
PD2 = 98
PD3 = 99
PD4 = 100
PD5 = 101
PD6 = 102
PD7 = 103
Implementations§
Trait Implementations§
impl Copy for Pin
impl Eq for Pin
impl StructuralPartialEq for Pin
Auto Trait Implementations§
impl Freeze for Pin
impl RefUnwindSafe for Pin
impl Send for Pin
impl Sync for Pin
impl Unpin for Pin
impl UnsafeUnpin for Pin
impl UnwindSafe for Pin
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