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