#[repr(u8)]pub enum Cmdh1Next {
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 Cmdh1Next
impl Ord for Cmdh1Next
Source§impl PartialOrd for Cmdh1Next
impl PartialOrd for Cmdh1Next
impl Copy for Cmdh1Next
impl Eq for Cmdh1Next
impl StructuralPartialEq for Cmdh1Next
Auto Trait Implementations§
impl Freeze for Cmdh1Next
impl RefUnwindSafe for Cmdh1Next
impl Send for Cmdh1Next
impl Sync for Cmdh1Next
impl Unpin for Cmdh1Next
impl UnwindSafe for Cmdh1Next
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