Enum Impreciserr
pub enum Impreciserr {
_0 = 0,
_1 = 1,
}Expand description
Imprecise data bus error
Value on reset: 0
Variants§
_0 = 0
0: no imprecise data bus error
_1 = 1
1: a data bus error has occurred, but the return address in the stack frame is not related to the instruction that caused the error
Trait Implementations§
§impl Clone for Impreciserr
impl Clone for Impreciserr
§fn clone(&self) -> Impreciserr
fn clone(&self) -> Impreciserr
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 Impreciserr
impl Debug for Impreciserr
§impl Format for Impreciserr
impl Format for Impreciserr
§impl From<Impreciserr> for bool
impl From<Impreciserr> for bool
§fn from(variant: Impreciserr) -> Self
fn from(variant: Impreciserr) -> Self
Converts to this type from the input type.
§impl PartialEq for Impreciserr
impl PartialEq for Impreciserr
impl Copy for Impreciserr
impl Eq for Impreciserr
impl StructuralPartialEq for Impreciserr
Auto Trait Implementations§
impl Freeze for Impreciserr
impl RefUnwindSafe for Impreciserr
impl Send for Impreciserr
impl Sync for Impreciserr
impl Unpin for Impreciserr
impl UnwindSafe for Impreciserr
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