#[repr(u8)]pub enum Dbe {
NO_ERROR = 0,
BUS_ERROR = 1,
}Variants§
NO_ERROR = 0
No destination bus error
BUS_ERROR = 1
Last recorded error was a bus error on a destination write
Implementations§
Trait Implementations§
Source§impl Ord for Dbe
impl Ord for Dbe
Source§impl PartialOrd for Dbe
impl PartialOrd for Dbe
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