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