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