#[repr(u8)]pub enum Cmdh10Next {
Show 16 variants
NO_NEXT_CMD_TERMINATE_ON_FINISH = 0,
DO_CMD1_NEXT = 1,
DO_CORRESPONDING_CMD_NEXT_2 = 2,
DO_CORRESPONDING_CMD_NEXT_3 = 3,
DO_CORRESPONDING_CMD_NEXT_4 = 4,
DO_CORRESPONDING_CMD_NEXT_5 = 5,
DO_CORRESPONDING_CMD_NEXT_6 = 6,
DO_CORRESPONDING_CMD_NEXT_7 = 7,
DO_CORRESPONDING_CMD_NEXT_8 = 8,
DO_CORRESPONDING_CMD_NEXT_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
DO_CMD15_NEXT = 15,
}Variants§
NO_NEXT_CMD_TERMINATE_ON_FINISH = 0
No next command defined. Terminate conversions at completion of current command. If lower priority trigger pending, begin command associated with lower priority trigger.
DO_CMD1_NEXT = 1
CMD1.
DO_CORRESPONDING_CMD_NEXT_2 = 2
Select corresponding CMD command buffer register as next command.
DO_CORRESPONDING_CMD_NEXT_3 = 3
Select corresponding CMD command buffer register as next command.
DO_CORRESPONDING_CMD_NEXT_4 = 4
Select corresponding CMD command buffer register as next command.
DO_CORRESPONDING_CMD_NEXT_5 = 5
Select corresponding CMD command buffer register as next command.
DO_CORRESPONDING_CMD_NEXT_6 = 6
Select corresponding CMD command buffer register as next command.
DO_CORRESPONDING_CMD_NEXT_7 = 7
Select corresponding CMD command buffer register as next command.
DO_CORRESPONDING_CMD_NEXT_8 = 8
Select corresponding CMD command buffer register as next command.
DO_CORRESPONDING_CMD_NEXT_9 = 9
Select corresponding CMD command buffer register as next command.
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
DO_CMD15_NEXT = 15
CMD15.
Implementations§
Source§impl Cmdh10Next
impl Cmdh10Next
Trait Implementations§
Source§impl Clone for Cmdh10Next
impl Clone for Cmdh10Next
Source§fn clone(&self) -> Cmdh10Next
fn clone(&self) -> Cmdh10Next
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Cmdh10Next
impl Debug for Cmdh10Next
Source§impl From<Cmdh10Next> for u8
impl From<Cmdh10Next> for u8
Source§fn from(val: Cmdh10Next) -> u8
fn from(val: Cmdh10Next) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Cmdh10Next
impl From<u8> for Cmdh10Next
Source§fn from(val: u8) -> Cmdh10Next
fn from(val: u8) -> Cmdh10Next
Converts to this type from the input type.
Source§impl Ord for Cmdh10Next
impl Ord for Cmdh10Next
Source§fn cmp(&self, other: &Cmdh10Next) -> Ordering
fn cmp(&self, other: &Cmdh10Next) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Cmdh10Next
impl PartialEq for Cmdh10Next
Source§impl PartialOrd for Cmdh10Next
impl PartialOrd for Cmdh10Next
impl Copy for Cmdh10Next
impl Eq for Cmdh10Next
impl StructuralPartialEq for Cmdh10Next
Auto Trait Implementations§
impl Freeze for Cmdh10Next
impl RefUnwindSafe for Cmdh10Next
impl Send for Cmdh10Next
impl Sync for Cmdh10Next
impl Unpin for Cmdh10Next
impl UnwindSafe for Cmdh10Next
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