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