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