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