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