pub enum SetOptionFlags {
DisableCard,
EnableCard,
TempPanic,
}
Expand description
The following are all the flags that can be set by using Watchdog::set_option()
.
Variants§
DisableCard
Turn off the watchdog timer
EnableCard
Turn on the watchdog timer
TempPanic
Kernel panic on temperature trip
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SetOptionFlags
impl RefUnwindSafe for SetOptionFlags
impl Send for SetOptionFlags
impl Sync for SetOptionFlags
impl Unpin for SetOptionFlags
impl UnwindSafe for SetOptionFlags
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