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