pub struct WWDG1 { /* private fields */ }
Expand description
WWDG1 peripheral
Implementations§
Trait Implementations§
Source§impl Peripheral for WWDG1
impl Peripheral for WWDG1
impl RccPeripheral for WWDG1
Auto Trait Implementations§
impl Freeze for WWDG1
impl RefUnwindSafe for WWDG1
impl Send for WWDG1
impl Sync for WWDG1
impl Unpin for WWDG1
impl UnwindSafe for WWDG1
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