pub struct SRAM_PARITY_ERROR;Auto Trait Implementations§
impl Freeze for SRAM_PARITY_ERROR
impl RefUnwindSafe for SRAM_PARITY_ERROR
impl Send for SRAM_PARITY_ERROR
impl Sync for SRAM_PARITY_ERROR
impl Unpin for SRAM_PARITY_ERROR
impl UnwindSafe for SRAM_PARITY_ERROR
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