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