pub enum BERRR {
NoError = 0,
Error = 1,
}Expand description
Bus error
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for BERRR
impl Eq for BERRR
impl StructuralPartialEq for BERRR
Auto Trait Implementations§
impl Freeze for BERRR
impl RefUnwindSafe for BERRR
impl Send for BERRR
impl Sync for BERRR
impl Unpin for BERRR
impl UnwindSafe for BERRR
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