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