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