#[repr(u8)]pub enum Tcmd {
NotValid = 0,
ExecuteCmd1 = 1,
ExecuteCorrespondingCmd2 = 2,
ExecuteCorrespondingCmd3 = 3,
ExecuteCorrespondingCmd4 = 4,
ExecuteCorrespondingCmd5 = 5,
ExecuteCorrespondingCmd6 = 6,
ExecuteCmd7 = 7,
}Expand description
Trigger Command Select
Value on reset: 0
Variants§
NotValid = 0
0: Not a valid selection from the command buffer. Trigger event is ignored.
ExecuteCmd1 = 1
1: CMD1 is executed
ExecuteCorrespondingCmd2 = 2
2: Corresponding CMD is executed
ExecuteCorrespondingCmd3 = 3
3: Corresponding CMD is executed
ExecuteCorrespondingCmd4 = 4
4: Corresponding CMD is executed
ExecuteCorrespondingCmd5 = 5
5: Corresponding CMD is executed
ExecuteCorrespondingCmd6 = 6
6: Corresponding CMD is executed
ExecuteCmd7 = 7
7: CMD7 is executed
Trait Implementations§
impl Copy for Tcmd
impl Eq for Tcmd
impl IsEnum 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 UnsafeUnpin 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