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