pub struct IWDG2 { /* private fields */ }
Expand description
IWDG2 peripheral
Implementations§
Trait Implementations§
impl Copy for IWDG2
impl Instance for IWDG2
impl PeripheralType for IWDG2
Auto Trait Implementations§
impl Freeze for IWDG2
impl RefUnwindSafe for IWDG2
impl Send for IWDG2
impl Sync for IWDG2
impl Unpin for IWDG2
impl UnwindSafe for IWDG2
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