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