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