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