#[repr(u8)]pub enum CtrlEnRepeat {
COMPLETE = 0,
REPEAT = 1,
}Variants§
COMPLETE = 0
PXP will complete the process and enter the idle state ready to accept the next frame to be processed
REPEAT = 1
PXP will repeat based on the current configuration register settings
Implementations§
Source§impl CtrlEnRepeat
impl CtrlEnRepeat
Trait Implementations§
Source§impl Clone for CtrlEnRepeat
impl Clone for CtrlEnRepeat
Source§fn clone(&self) -> CtrlEnRepeat
fn clone(&self) -> CtrlEnRepeat
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 CtrlEnRepeat
impl Debug for CtrlEnRepeat
Source§impl From<CtrlEnRepeat> for u8
impl From<CtrlEnRepeat> for u8
Source§fn from(val: CtrlEnRepeat) -> u8
fn from(val: CtrlEnRepeat) -> u8
Converts to this type from the input type.
Source§impl From<u8> for CtrlEnRepeat
impl From<u8> for CtrlEnRepeat
Source§fn from(val: u8) -> CtrlEnRepeat
fn from(val: u8) -> CtrlEnRepeat
Converts to this type from the input type.
Source§impl Ord for CtrlEnRepeat
impl Ord for CtrlEnRepeat
Source§fn cmp(&self, other: &CtrlEnRepeat) -> Ordering
fn cmp(&self, other: &CtrlEnRepeat) -> 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 CtrlEnRepeat
impl PartialEq for CtrlEnRepeat
Source§impl PartialOrd for CtrlEnRepeat
impl PartialOrd for CtrlEnRepeat
impl Copy for CtrlEnRepeat
impl Eq for CtrlEnRepeat
impl StructuralPartialEq for CtrlEnRepeat
Auto Trait Implementations§
impl Freeze for CtrlEnRepeat
impl RefUnwindSafe for CtrlEnRepeat
impl Send for CtrlEnRepeat
impl Sync for CtrlEnRepeat
impl Unpin for CtrlEnRepeat
impl UnwindSafe for CtrlEnRepeat
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