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