Struct stm32_hal2::pac::RAMECC3
source · pub struct RAMECC3 { /* private fields */ }
Expand description
ECC controller is associated to each RAM area
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RAMECC3
impl !Sync for RAMECC3
impl Unpin for RAMECC3
impl UnwindSafe for RAMECC3
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