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