pub struct APB2 { /* private fields */ }
Expand description
Advanced Peripheral Bus 2 (APB2) registers
Auto Trait Implementations§
impl Freeze for APB2
impl RefUnwindSafe for APB2
impl Send for APB2
impl Sync for APB2
impl Unpin for APB2
impl UnwindSafe for APB2
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