Enum Accerr
pub enum Accerr {
_0 = 0,
_1 = 1,
}Expand description
Flash Access Error Flag
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Accerr
impl Eq for Accerr
impl StructuralPartialEq for Accerr
Auto Trait Implementations§
impl Freeze for Accerr
impl RefUnwindSafe for Accerr
impl Send for Accerr
impl Sync for Accerr
impl Unpin for Accerr
impl UnwindSafe for Accerr
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