#[repr(u8)]pub enum CtrlClrEnRepeat {
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§
Trait Implementations§
Source§impl Clone for CtrlClrEnRepeat
impl Clone for CtrlClrEnRepeat
Source§fn clone(&self) -> CtrlClrEnRepeat
fn clone(&self) -> CtrlClrEnRepeat
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 CtrlClrEnRepeat
impl Debug for CtrlClrEnRepeat
Source§impl From<CtrlClrEnRepeat> for u8
impl From<CtrlClrEnRepeat> for u8
Source§fn from(val: CtrlClrEnRepeat) -> u8
fn from(val: CtrlClrEnRepeat) -> u8
Converts to this type from the input type.
Source§impl From<u8> for CtrlClrEnRepeat
impl From<u8> for CtrlClrEnRepeat
Source§fn from(val: u8) -> CtrlClrEnRepeat
fn from(val: u8) -> CtrlClrEnRepeat
Converts to this type from the input type.
Source§impl Ord for CtrlClrEnRepeat
impl Ord for CtrlClrEnRepeat
Source§fn cmp(&self, other: &CtrlClrEnRepeat) -> Ordering
fn cmp(&self, other: &CtrlClrEnRepeat) -> 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 CtrlClrEnRepeat
impl PartialEq for CtrlClrEnRepeat
Source§impl PartialOrd for CtrlClrEnRepeat
impl PartialOrd for CtrlClrEnRepeat
impl Copy for CtrlClrEnRepeat
impl Eq for CtrlClrEnRepeat
impl StructuralPartialEq for CtrlClrEnRepeat
Auto Trait Implementations§
impl Freeze for CtrlClrEnRepeat
impl RefUnwindSafe for CtrlClrEnRepeat
impl Send for CtrlClrEnRepeat
impl Sync for CtrlClrEnRepeat
impl Unpin for CtrlClrEnRepeat
impl UnwindSafe for CtrlClrEnRepeat
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