Enum Sbe
pub enum Sbe {
_0 = 0,
_1 = 1,
}Expand description
Source Bus Error
Value on reset: 0
Variants§
Trait Implementations§
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