#[repr(u8)]pub enum WdogRstB {
WDOG_RST_B_0 = 0,
WDOG_RST_B_1 = 1,
}Variants§
WDOG_RST_B_0 = 0
Reset is not a result of the watchdog time-out event.
WDOG_RST_B_1 = 1
Reset is a result of the watchdog time-out event.
Implementations§
Trait Implementations§
Source§impl Ord for WdogRstB
impl Ord for WdogRstB
Source§impl PartialOrd for WdogRstB
impl PartialOrd for WdogRstB
impl Copy for WdogRstB
impl Eq for WdogRstB
impl StructuralPartialEq for WdogRstB
Auto Trait Implementations§
impl Freeze for WdogRstB
impl RefUnwindSafe for WdogRstB
impl Send for WdogRstB
impl Sync for WdogRstB
impl Unpin for WdogRstB
impl UnwindSafe for WdogRstB
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