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