#[repr(u8)]pub enum ControlSoftrst {
NORMAL = 0,
CTEST = 1,
}
Variants§
NORMAL = 0
Normal mode.
CTEST = 1
The continuous test, the conditioning function and the FIFO are reset.
Implementations§
Trait Implementations§
Source§impl Clone for ControlSoftrst
impl Clone for ControlSoftrst
Source§fn clone(&self) -> ControlSoftrst
fn clone(&self) -> ControlSoftrst
Returns a copy 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 From<ControlSoftrst> for u8
impl From<ControlSoftrst> for u8
Source§fn from(val: ControlSoftrst) -> u8
fn from(val: ControlSoftrst) -> u8
Converts to this type from the input type.
Source§impl From<u8> for ControlSoftrst
impl From<u8> for ControlSoftrst
Source§fn from(val: u8) -> ControlSoftrst
fn from(val: u8) -> ControlSoftrst
Converts to this type from the input type.
Source§impl Ord for ControlSoftrst
impl Ord for ControlSoftrst
Source§fn cmp(&self, other: &ControlSoftrst) -> Ordering
fn cmp(&self, other: &ControlSoftrst) -> 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 ControlSoftrst
impl PartialEq for ControlSoftrst
Source§impl PartialOrd for ControlSoftrst
impl PartialOrd for ControlSoftrst
impl Copy for ControlSoftrst
impl Eq for ControlSoftrst
impl StructuralPartialEq for ControlSoftrst
Auto Trait Implementations§
impl Freeze for ControlSoftrst
impl RefUnwindSafe for ControlSoftrst
impl Send for ControlSoftrst
impl Sync for ControlSoftrst
impl Unpin for ControlSoftrst
impl UnwindSafe for ControlSoftrst
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)