#[repr(u8)]pub enum Tcmd {
Show 16 variants
TCMD_0 = 0,
TCMD_1 = 1,
TCMD_2 = 2,
TCMD_3 = 3,
TCMD_4 = 4,
TCMD_5 = 5,
TCMD_6 = 6,
TCMD_7 = 7,
TCMD_8 = 8,
TCMD_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
TCMD_15 = 15,
}Variants§
TCMD_0 = 0
Not a valid selection from the command buffer. Trigger event is ignored.
TCMD_1 = 1
CMD1 is executed
TCMD_2 = 2
Corresponding CMD is executed
TCMD_3 = 3
Corresponding CMD is executed
TCMD_4 = 4
Corresponding CMD is executed
TCMD_5 = 5
Corresponding CMD is executed
TCMD_6 = 6
Corresponding CMD is executed
TCMD_7 = 7
Corresponding CMD is executed
TCMD_8 = 8
Corresponding CMD is executed
TCMD_9 = 9
Corresponding CMD is executed
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
TCMD_15 = 15
CMD15 is executed
Implementations§
Trait Implementations§
Source§impl Ord for Tcmd
impl Ord for Tcmd
Source§impl PartialOrd for Tcmd
impl PartialOrd for Tcmd
impl Copy for Tcmd
impl Eq for Tcmd
impl StructuralPartialEq for Tcmd
Auto Trait Implementations§
impl Freeze for Tcmd
impl RefUnwindSafe for Tcmd
impl Send for Tcmd
impl Sync for Tcmd
impl Unpin for Tcmd
impl UnwindSafe for Tcmd
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