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