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