Enum moa_core::error::EmulatorErrorKind
source · pub enum EmulatorErrorKind {
Misc,
MemoryAlignment,
}
Variants§
Trait Implementations§
source§impl Clone for EmulatorErrorKind
impl Clone for EmulatorErrorKind
source§fn clone(&self) -> EmulatorErrorKind
fn clone(&self) -> EmulatorErrorKind
Returns a copy 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 moresource§impl Debug for EmulatorErrorKind
impl Debug for EmulatorErrorKind
source§impl PartialEq for EmulatorErrorKind
impl PartialEq for EmulatorErrorKind
source§fn eq(&self, other: &EmulatorErrorKind) -> bool
fn eq(&self, other: &EmulatorErrorKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for EmulatorErrorKind
impl Eq for EmulatorErrorKind
impl StructuralPartialEq for EmulatorErrorKind
Auto Trait Implementations§
impl Freeze for EmulatorErrorKind
impl RefUnwindSafe for EmulatorErrorKind
impl Send for EmulatorErrorKind
impl Sync for EmulatorErrorKind
impl Unpin for EmulatorErrorKind
impl UnwindSafe for EmulatorErrorKind
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
source§impl<T, S> IntoAddress<T> for Swhere
T: FromAddress<S>,
impl<T, S> IntoAddress<T> for Swhere
T: FromAddress<S>,
source§fn into_address(self) -> T
fn into_address(self) -> T
Translate the given address into an address of type
T