#[repr(u8)]pub enum Cmdh6Next {
NoNextCmdTerminateOnFinish = 0,
DoCmd1Next = 1,
DoCorrespondingCmdNext2 = 2,
DoCorrespondingCmdNext3 = 3,
DoCorrespondingCmdNext4 = 4,
DoCorrespondingCmdNext5 = 5,
DoCorrespondingCmdNext6 = 6,
DoCmd7Next = 7,
}Variants§
NoNextCmdTerminateOnFinish = 0
No next command defined. Terminate conversions at completion of current command. If lower priority trigger pending, begin command associated with lower priority trigger.
DoCmd1Next = 1
Select CMD1 command buffer register as next command.
DoCorrespondingCmdNext2 = 2
Select corresponding CMD command buffer register as next command.
DoCorrespondingCmdNext3 = 3
Select corresponding CMD command buffer register as next command.
DoCorrespondingCmdNext4 = 4
Select corresponding CMD command buffer register as next command.
DoCorrespondingCmdNext5 = 5
Select corresponding CMD command buffer register as next command.
DoCorrespondingCmdNext6 = 6
Select corresponding CMD command buffer register as next command.
DoCmd7Next = 7
Select CMD7 command buffer register as next command.
Implementations§
Trait Implementations§
Source§impl Ord for Cmdh6Next
impl Ord for Cmdh6Next
Source§impl PartialOrd for Cmdh6Next
impl PartialOrd for Cmdh6Next
impl Copy for Cmdh6Next
impl Eq for Cmdh6Next
impl StructuralPartialEq for Cmdh6Next
Auto Trait Implementations§
impl Freeze for Cmdh6Next
impl RefUnwindSafe for Cmdh6Next
impl Send for Cmdh6Next
impl Sync for Cmdh6Next
impl Unpin for Cmdh6Next
impl UnwindSafe for Cmdh6Next
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