#[repr(u8)]pub enum PinNr {
Show 40 variants
P07_0 = 0,
P07_1 = 1,
P07_2 = 2,
P07_3 = 3,
P07_4 = 4,
P07_5 = 5,
P07_6 = 6,
P07_7 = 7,
P08_0 = 8,
P08_1 = 9,
P08_2 = 10,
P08_3 = 11,
P08_4 = 12,
P08_5 = 13,
P08_6 = 14,
P08_7 = 15,
P09_0 = 16,
P09_1 = 17,
P09_2 = 18,
P09_3 = 19,
P09_4 = 20,
P09_5 = 21,
P09_6 = 22,
P09_7 = 23,
P10_0 = 24,
P10_1 = 25,
P10_2 = 26,
P10_3 = 27,
P10_4 = 28,
P10_5 = 29,
P10_6 = 30,
P10_7 = 31,
PJ_0 = 32,
PJ_1 = 33,
PJ_2 = 34,
PJ_3 = 35,
PJ_4 = 36,
PJ_5 = 37,
PJ_6 = 38,
PJ_7 = 39,
}
Variants§
P07_0 = 0
P07_1 = 1
P07_2 = 2
P07_3 = 3
P07_4 = 4
P07_5 = 5
P07_6 = 6
P07_7 = 7
P08_0 = 8
P08_1 = 9
P08_2 = 10
P08_3 = 11
P08_4 = 12
P08_5 = 13
P08_6 = 14
P08_7 = 15
P09_0 = 16
P09_1 = 17
P09_2 = 18
P09_3 = 19
P09_4 = 20
P09_5 = 21
P09_6 = 22
P09_7 = 23
P10_0 = 24
P10_1 = 25
P10_2 = 26
P10_3 = 27
P10_4 = 28
P10_5 = 29
P10_6 = 30
P10_7 = 31
PJ_0 = 32
PJ_1 = 33
PJ_2 = 34
PJ_3 = 35
PJ_4 = 36
PJ_5 = 37
PJ_6 = 38
PJ_7 = 39
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PinNr
impl RefUnwindSafe for PinNr
impl Send for PinNr
impl Sync for PinNr
impl Unpin for PinNr
impl UnwindSafe for PinNr
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