Enum Undefinstr
pub enum Undefinstr {
_0 = 0,
_1 = 1,
}Expand description
Undefined instruction UsageFault
Value on reset: 0
Variants§
_0 = 0
0: no undefined instruction UsageFault
_1 = 1
1: the processor has attempted to execute an undefined instruction
Trait Implementations§
§impl Clone for Undefinstr
impl Clone for Undefinstr
§fn clone(&self) -> Undefinstr
fn clone(&self) -> Undefinstr
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for Undefinstr
impl Debug for Undefinstr
§impl Format for Undefinstr
impl Format for Undefinstr
§impl From<Undefinstr> for bool
impl From<Undefinstr> for bool
§fn from(variant: Undefinstr) -> Self
fn from(variant: Undefinstr) -> Self
Converts to this type from the input type.
§impl PartialEq for Undefinstr
impl PartialEq for Undefinstr
impl Copy for Undefinstr
impl Eq for Undefinstr
impl StructuralPartialEq for Undefinstr
Auto Trait Implementations§
impl Freeze for Undefinstr
impl RefUnwindSafe for Undefinstr
impl Send for Undefinstr
impl Sync for Undefinstr
impl Unpin for Undefinstr
impl UnwindSafe for Undefinstr
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