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