#[repr(u8)]pub enum PioFunc {
Show 16 variants
ALT0 = 0,
ALT1 = 1,
ALT2 = 2,
ALT3 = 3,
ALT4 = 4,
ALT5 = 5,
ALT6 = 6,
ALT7 = 7,
_RESERVED_8 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}Variants§
ALT0 = 0
Alternative connection 0.
ALT1 = 1
Alternative connection 1.
ALT2 = 2
Alternative connection 2.
ALT3 = 3
Alternative connection 3.
ALT4 = 4
Alternative connection 4.
ALT5 = 5
Alternative connection 5.
ALT6 = 6
Alternative connection 6.
ALT7 = 7
Alternative connection 7.
_RESERVED_8 = 8
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Trait Implementations§
Source§impl Ord for PioFunc
impl Ord for PioFunc
Source§impl PartialOrd for PioFunc
impl PartialOrd for PioFunc
impl Copy for PioFunc
impl Eq for PioFunc
impl StructuralPartialEq for PioFunc
Auto Trait Implementations§
impl Freeze for PioFunc
impl RefUnwindSafe for PioFunc
impl Send for PioFunc
impl Sync for PioFunc
impl Unpin for PioFunc
impl UnwindSafe for PioFunc
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