#[repr(u8)]pub enum Wdprotect {
FLEXIBLE = 0,
THRESHOLD = 1,
}Variants§
FLEXIBLE = 0
Flexible. The watchdog time-out value (TC) can be changed at any time.
THRESHOLD = 1
Threshold. The watchdog time-out value (TC) can be changed only after the counter is below the value of WDWARNINT and WDWINDOW.
Implementations§
Trait Implementations§
Source§impl Ord for Wdprotect
impl Ord for Wdprotect
Source§impl PartialOrd for Wdprotect
impl PartialOrd for Wdprotect
impl Copy for Wdprotect
impl Eq for Wdprotect
impl StructuralPartialEq for Wdprotect
Auto Trait Implementations§
impl Freeze for Wdprotect
impl RefUnwindSafe for Wdprotect
impl Send for Wdprotect
impl Sync for Wdprotect
impl Unpin for Wdprotect
impl UnwindSafe for Wdprotect
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