#[repr(u8)]pub enum Sbe {
NO_ERROR = 0,
BUS_ERROR = 1,
}Variants§
NO_ERROR = 0
No source bus error.
BUS_ERROR = 1
Last recorded error was a bus error on a source read.
Implementations§
Trait Implementations§
Source§impl Ord for Sbe
impl Ord for Sbe
Source§impl PartialOrd for Sbe
impl PartialOrd for Sbe
impl Copy for Sbe
impl Eq for Sbe
impl StructuralPartialEq for Sbe
Auto Trait Implementations§
impl Freeze for Sbe
impl RefUnwindSafe for Sbe
impl Send for Sbe
impl Sync for Sbe
impl Unpin for Sbe
impl UnwindSafe for Sbe
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