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