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