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