#[repr(u8)]pub enum CtrlClrSftrst {
ENABLED = 0,
DISABLED = 1,
}Variants§
ENABLED = 0
Normal PXP operation is enabled
DISABLED = 1
Clocking with PXP is disabled and held in its reset (lowest power) state. This is the default value.
Implementations§
Source§impl CtrlClrSftrst
impl CtrlClrSftrst
Trait Implementations§
Source§impl Clone for CtrlClrSftrst
impl Clone for CtrlClrSftrst
Source§fn clone(&self) -> CtrlClrSftrst
fn clone(&self) -> CtrlClrSftrst
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 CtrlClrSftrst
impl Debug for CtrlClrSftrst
Source§impl From<CtrlClrSftrst> for u8
impl From<CtrlClrSftrst> for u8
Source§fn from(val: CtrlClrSftrst) -> u8
fn from(val: CtrlClrSftrst) -> u8
Converts to this type from the input type.
Source§impl From<u8> for CtrlClrSftrst
impl From<u8> for CtrlClrSftrst
Source§fn from(val: u8) -> CtrlClrSftrst
fn from(val: u8) -> CtrlClrSftrst
Converts to this type from the input type.
Source§impl Ord for CtrlClrSftrst
impl Ord for CtrlClrSftrst
Source§fn cmp(&self, other: &CtrlClrSftrst) -> Ordering
fn cmp(&self, other: &CtrlClrSftrst) -> 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 CtrlClrSftrst
impl PartialEq for CtrlClrSftrst
Source§impl PartialOrd for CtrlClrSftrst
impl PartialOrd for CtrlClrSftrst
impl Copy for CtrlClrSftrst
impl Eq for CtrlClrSftrst
impl StructuralPartialEq for CtrlClrSftrst
Auto Trait Implementations§
impl Freeze for CtrlClrSftrst
impl RefUnwindSafe for CtrlClrSftrst
impl Send for CtrlClrSftrst
impl Sync for CtrlClrSftrst
impl Unpin for CtrlClrSftrst
impl UnwindSafe for CtrlClrSftrst
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