pub enum EmulatorError {
Exit,
UnknownOpCode(String),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EmulatorError
impl RefUnwindSafe for EmulatorError
impl Send for EmulatorError
impl Sync for EmulatorError
impl Unpin for EmulatorError
impl UnwindSafe for EmulatorError
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