pub enum IWDG_SW {
Hardware = 0,
Software = 1,
}
Expand description
WDG_SW User option bytes
Value on reset: 1
Variants§
Trait Implementations§
impl Copy for IWDG_SW
impl Eq for IWDG_SW
impl StructuralPartialEq for IWDG_SW
Auto Trait Implementations§
impl Freeze for IWDG_SW
impl RefUnwindSafe for IWDG_SW
impl Send for IWDG_SW
impl Sync for IWDG_SW
impl Unpin for IWDG_SW
impl UnwindSafe for IWDG_SW
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