Enum moa_m68k::memory::FunctionCode
source · #[repr(u8)]pub enum FunctionCode {
Reserved0 = 0,
UserData = 1,
UserProgram = 2,
Reserved3 = 3,
Reserved4 = 4,
SupervisorData = 5,
SupervisorProgram = 6,
CpuSpace = 7,
}
Variants§
Reserved0 = 0
UserData = 1
UserProgram = 2
Reserved3 = 3
Reserved4 = 4
SupervisorData = 5
SupervisorProgram = 6
CpuSpace = 7
Implementations§
Trait Implementations§
source§impl Clone for FunctionCode
impl Clone for FunctionCode
source§fn clone(&self) -> FunctionCode
fn clone(&self) -> FunctionCode
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 FunctionCode
impl Debug for FunctionCode
source§impl PartialEq for FunctionCode
impl PartialEq for FunctionCode
source§fn eq(&self, other: &FunctionCode) -> bool
fn eq(&self, other: &FunctionCode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for FunctionCode
impl Eq for FunctionCode
impl StructuralPartialEq for FunctionCode
Auto Trait Implementations§
impl Freeze for FunctionCode
impl RefUnwindSafe for FunctionCode
impl Send for FunctionCode
impl Sync for FunctionCode
impl Unpin for FunctionCode
impl UnwindSafe for FunctionCode
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