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