Struct stm32_metapac::iwdg::Iwdg
pub struct Iwdg { /* private fields */ }
Expand description
Independent watchdog
Implementations§
Trait Implementations§
impl Copy for Iwdg
impl Eq for Iwdg
impl Send for Iwdg
impl StructuralPartialEq for Iwdg
impl Sync for Iwdg
Auto Trait Implementations§
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