Enum Divbyzero
pub enum Divbyzero {
_0 = 0,
_1 = 1,
}Expand description
Divide by zero UsageFault
Value on reset: 0
Variants§
_0 = 0
0: no divide by zero fault, or divide by zero trapping not enabled
_1 = 1
1: the processor has executed an SDIV or UDIV instruction with a divisor of 0
Trait Implementations§
impl Copy for Divbyzero
impl Eq for Divbyzero
impl StructuralPartialEq for Divbyzero
Auto Trait Implementations§
impl Freeze for Divbyzero
impl RefUnwindSafe for Divbyzero
impl Send for Divbyzero
impl Sync for Divbyzero
impl Unpin for Divbyzero
impl UnwindSafe for Divbyzero
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