Enum moa_m68k::instructions::BaseRegister
source · pub enum BaseRegister {
None,
PC,
AReg(u8),
}
Variants§
Trait Implementations§
source§impl Clone for BaseRegister
impl Clone for BaseRegister
source§fn clone(&self) -> BaseRegister
fn clone(&self) -> BaseRegister
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 BaseRegister
impl Debug for BaseRegister
source§impl Display for BaseRegister
impl Display for BaseRegister
source§impl PartialEq for BaseRegister
impl PartialEq for BaseRegister
source§fn eq(&self, other: &BaseRegister) -> bool
fn eq(&self, other: &BaseRegister) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for BaseRegister
impl Eq for BaseRegister
impl StructuralPartialEq for BaseRegister
Auto Trait Implementations§
impl Freeze for BaseRegister
impl RefUnwindSafe for BaseRegister
impl Send for BaseRegister
impl Sync for BaseRegister
impl Unpin for BaseRegister
impl UnwindSafe for BaseRegister
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