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