Enum moa_m68k::state::Exceptions
source · #[repr(u8)]pub enum Exceptions {
BusError = 2,
AddressError = 3,
IllegalInstruction = 4,
ZeroDivide = 5,
ChkInstruction = 6,
TrapvInstruction = 7,
PrivilegeViolation = 8,
Trace = 9,
LineAEmulator = 10,
LineFEmulator = 11,
}
Variants§
BusError = 2
AddressError = 3
IllegalInstruction = 4
ZeroDivide = 5
ChkInstruction = 6
TrapvInstruction = 7
PrivilegeViolation = 8
Trace = 9
LineAEmulator = 10
LineFEmulator = 11
Trait Implementations§
source§impl Clone for Exceptions
impl Clone for Exceptions
source§fn clone(&self) -> Exceptions
fn clone(&self) -> Exceptions
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 Exceptions
impl Debug for Exceptions
source§impl PartialEq for Exceptions
impl PartialEq for Exceptions
source§fn eq(&self, other: &Exceptions) -> bool
fn eq(&self, other: &Exceptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for Exceptions
impl Eq for Exceptions
impl StructuralPartialEq for Exceptions
Auto Trait Implementations§
impl Freeze for Exceptions
impl RefUnwindSafe for Exceptions
impl Send for Exceptions
impl Sync for Exceptions
impl Unpin for Exceptions
impl UnwindSafe for Exceptions
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