pub struct PCROP1ER { /* private fields */ }
Expand description
Flash Bank 1 PCROP End address register
Implementations§
Auto Trait Implementations§
impl !Freeze for PCROP1ER
impl !RefUnwindSafe for PCROP1ER
impl Send for PCROP1ER
impl !Sync for PCROP1ER
impl Unpin for PCROP1ER
impl UnwindSafe for PCROP1ER
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