Struct lc3_ensemble::sim::InterruptErr
source · pub struct InterruptErr(/* private fields */);Expand description
An interrupt occurred.
Implementations§
source§impl InterruptErr
impl InterruptErr
Trait Implementations§
source§impl Debug for InterruptErr
impl Debug for InterruptErr
source§impl Display for InterruptErr
impl Display for InterruptErr
source§impl Error for InterruptErr
impl Error for InterruptErr
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<InterruptErr> for SimErr
impl From<InterruptErr> for SimErr
source§fn from(value: InterruptErr) -> Self
fn from(value: InterruptErr) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for InterruptErr
impl !RefUnwindSafe for InterruptErr
impl Send for InterruptErr
impl Sync for InterruptErr
impl Unpin for InterruptErr
impl !UnwindSafe for InterruptErr
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