pub enum WatchdogAction {
Reset,
Shutdown,
PowerOff,
InjectNmi,
Pause,
Debug,
None,
}
Variants§
Trait Implementations§
Source§impl Default for WatchdogAction
impl Default for WatchdogAction
Source§fn default() -> WatchdogAction
fn default() -> WatchdogAction
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WatchdogAction
impl RefUnwindSafe for WatchdogAction
impl Send for WatchdogAction
impl Sync for WatchdogAction
impl Unpin for WatchdogAction
impl UnwindSafe for WatchdogAction
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