#[repr(u8)]pub enum Loopcnt {
Show 16 variants
LOOPCNT_0 = 0,
LOOPCNT_1 = 1,
LOOPCNT_2 = 2,
LOOPCNT_3 = 3,
LOOPCNT_4 = 4,
LOOPCNT_5 = 5,
LOOPCNT_6 = 6,
LOOPCNT_7 = 7,
LOOPCNT_8 = 8,
LOOPCNT_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
LOOPCNT_15 = 15,
}Variants§
LOOPCNT_0 = 0
Result is from initial conversion in command.
LOOPCNT_1 = 1
Result is from second conversion in command.
LOOPCNT_2 = 2
Result is from LOOPCNT+1 conversion in command.
LOOPCNT_3 = 3
Result is from LOOPCNT+1 conversion in command.
LOOPCNT_4 = 4
Result is from LOOPCNT+1 conversion in command.
LOOPCNT_5 = 5
Result is from LOOPCNT+1 conversion in command.
LOOPCNT_6 = 6
Result is from LOOPCNT+1 conversion in command.
LOOPCNT_7 = 7
Result is from LOOPCNT+1 conversion in command.
LOOPCNT_8 = 8
Result is from LOOPCNT+1 conversion in command.
LOOPCNT_9 = 9
Result is from LOOPCNT+1 conversion in command.
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
LOOPCNT_15 = 15
Result is from 16th conversion in command.
Implementations§
Trait Implementations§
Source§impl Ord for Loopcnt
impl Ord for Loopcnt
Source§impl PartialOrd for Loopcnt
impl PartialOrd for Loopcnt
impl Copy for Loopcnt
impl Eq for Loopcnt
impl StructuralPartialEq for Loopcnt
Auto Trait Implementations§
impl Freeze for Loopcnt
impl RefUnwindSafe for Loopcnt
impl Send for Loopcnt
impl Sync for Loopcnt
impl Unpin for Loopcnt
impl UnwindSafe for Loopcnt
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