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