Enum Dbe
pub enum Dbe {
_0 = 0,
_1 = 1,
}Expand description
Destination Bus Error
Value on reset: 0
Variants§
_0 = 0
0: No destination bus error
_1 = 1
1: The last recorded error was a bus error on a destination write
Trait Implementations§
impl Copy for Dbe
impl Eq for Dbe
impl StructuralPartialEq for Dbe
Auto Trait Implementations§
impl Freeze for Dbe
impl RefUnwindSafe for Dbe
impl Send for Dbe
impl Sync for Dbe
impl Unpin for Dbe
impl UnwindSafe for Dbe
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