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