Struct embassy_stm32::peripherals::IWDG
source · pub struct IWDG { /* private fields */ }
Expand description
IWDG peripheral
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IWDG
impl RefUnwindSafe for IWDG
impl Send for IWDG
impl Sync for IWDG
impl Unpin for IWDG
impl UnwindSafe for IWDG
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