Enum Ewdog
pub enum Ewdog {
_0 = 0,
_1 = 1,
}Expand description
Existence of SRS[WDOG] status indication feature
Value on reset: 1
Variants§
Trait Implementations§
impl Copy for Ewdog
impl Eq for Ewdog
impl StructuralPartialEq for Ewdog
Auto Trait Implementations§
impl Freeze for Ewdog
impl RefUnwindSafe for Ewdog
impl Send for Ewdog
impl Sync for Ewdog
impl Unpin for Ewdog
impl UnwindSafe for Ewdog
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