#[repr(u8)]pub enum BusErr {
NORMAL = 0,
ASSERTED = 1,
}Variants§
NORMAL = 0
Read and write accesses are normal.
ASSERTED = 1
Read or write accesses occurred when STATUS[INVAL_BIT] was asserted.
Implementations§
Trait Implementations§
Source§impl Ord for BusErr
impl Ord for BusErr
Source§impl PartialOrd for BusErr
impl PartialOrd for BusErr
impl Copy for BusErr
impl Eq for BusErr
impl StructuralPartialEq for BusErr
Auto Trait Implementations§
impl Freeze for BusErr
impl RefUnwindSafe for BusErr
impl Send for BusErr
impl Sync for BusErr
impl Unpin for BusErr
impl UnwindSafe for BusErr
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