Enum Div0Trp
pub enum Div0Trp {
_0 = 0,
_1 = 1,
}Expand description
Enables faulting or halting when the processor executes an SDIV or UDIV instruction with a divisor of 0
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Div0Trp
impl Eq for Div0Trp
impl StructuralPartialEq for Div0Trp
Auto Trait Implementations§
impl Freeze for Div0Trp
impl RefUnwindSafe for Div0Trp
impl Send for Div0Trp
impl Sync for Div0Trp
impl Unpin for Div0Trp
impl UnwindSafe for Div0Trp
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