#[repr(u8)]pub enum Outputn {
Show 32 variants
PLU_OUTPUT0 = 0,
PLU_OUTPUT1 = 1,
PLU_OUTPUT2 = 2,
PLU_OUTPUT3 = 3,
PLU_OUTPUT4 = 4,
PLU_OUTPUT5 = 5,
PLU_OUTPUT6 = 6,
PLU_OUTPUT7 = 7,
PLU_OUTPUT8 = 8,
PLU_OUTPUT9 = 9,
PLU_OUTPUT10 = 10,
PLU_OUTPUT11 = 11,
PLU_OUTPUT12 = 12,
PLU_OUTPUT13 = 13,
PLU_OUTPUT14 = 14,
PLU_OUTPUT15 = 15,
PLU_OUTPUT16 = 16,
PLU_OUTPUT17 = 17,
PLU_OUTPUT18 = 18,
PLU_OUTPUT19 = 19,
PLU_OUTPUT20 = 20,
PLU_OUTPUT21 = 21,
PLU_OUTPUT22 = 22,
PLU_OUTPUT23 = 23,
PLU_OUTPUT24 = 24,
PLU_OUTPUT25 = 25,
STATE0 = 26,
STATE1 = 27,
STATE2 = 28,
STATE3 = 29,
_RESERVED_1e = 30,
_RESERVED_1f = 31,
}Variants§
PLU_OUTPUT0 = 0
The PLU output 0.
PLU_OUTPUT1 = 1
The PLU output 1.
PLU_OUTPUT2 = 2
The PLU output 2.
PLU_OUTPUT3 = 3
The PLU output 3.
PLU_OUTPUT4 = 4
The PLU output 4.
PLU_OUTPUT5 = 5
The PLU output 5.
PLU_OUTPUT6 = 6
The PLU output 6.
PLU_OUTPUT7 = 7
The PLU output 7.
PLU_OUTPUT8 = 8
The PLU output 8.
PLU_OUTPUT9 = 9
The PLU output 9.
PLU_OUTPUT10 = 10
The PLU output 10.
PLU_OUTPUT11 = 11
The PLU output 11.
PLU_OUTPUT12 = 12
The PLU output 12.
PLU_OUTPUT13 = 13
The PLU output 13.
PLU_OUTPUT14 = 14
The PLU output 14.
PLU_OUTPUT15 = 15
The PLU output 15.
PLU_OUTPUT16 = 16
The PLU output 16.
PLU_OUTPUT17 = 17
The PLU output 17.
PLU_OUTPUT18 = 18
The PLU output 18.
PLU_OUTPUT19 = 19
The PLU output 19.
PLU_OUTPUT20 = 20
The PLU output 20.
PLU_OUTPUT21 = 21
The PLU output 21.
PLU_OUTPUT22 = 22
The PLU output 22.
PLU_OUTPUT23 = 23
The PLU output 23.
PLU_OUTPUT24 = 24
The PLU output 24.
PLU_OUTPUT25 = 25
The PLU output 25.
STATE0 = 26
state(0).
STATE1 = 27
state(1).
STATE2 = 28
state(2).
STATE3 = 29
state(3).
_RESERVED_1e = 30
_RESERVED_1f = 31
Implementations§
Trait Implementations§
Source§impl Ord for Outputn
impl Ord for Outputn
Source§impl PartialOrd for Outputn
impl PartialOrd for Outputn
impl Copy for Outputn
impl Eq for Outputn
impl StructuralPartialEq for Outputn
Auto Trait Implementations§
impl Freeze for Outputn
impl RefUnwindSafe for Outputn
impl Send for Outputn
impl Sync for Outputn
impl Unpin for Outputn
impl UnwindSafe for Outputn
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