Enum Win
pub enum Win {
_0 = 0,
_1 = 1,
}Expand description
Watchdog Window
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Win
impl Eq for Win
impl StructuralPartialEq for Win
Auto Trait Implementations§
impl Freeze for Win
impl RefUnwindSafe for Win
impl Send for Win
impl Sync for Win
impl Unpin for Win
impl UnwindSafe for Win
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