pub enum W65AddrMode {
Show 34 variants
Imp,
Acc,
Abs,
AbsX,
AbsY,
Direct,
DirectX,
DirectY,
Long,
LongX,
Rel8,
Rel16,
Rel,
Indirect,
IndirectLong,
DirectIndirectLong,
DirectIndirectLongY,
DirectIndirect,
DirectIndirectX,
DirectIndirectExX,
IndirectX,
IndirectExX,
DirectIndirectY,
IndirectY,
Imm8,
Imm16,
ImmA,
ImmX,
ImmY,
SrcDest,
Stack,
StackIndirectY,
IndX,
IndY,
}Variants§
Imp
Acc
Abs
AbsX
AbsY
Direct
DirectX
DirectY
Long
LongX
Rel8
Rel16
Rel
Indirect
IndirectLong
DirectIndirectLong
DirectIndirectLongY
DirectIndirect
DirectIndirectX
DirectIndirectExX
IndirectX
IndirectExX
DirectIndirectY
IndirectY
Imm8
Imm16
ImmA
ImmX
ImmY
SrcDest
Stack
StackIndirectY
IndX
IndY
Trait Implementations§
Source§impl Clone for W65AddrMode
impl Clone for W65AddrMode
Source§fn clone(&self) -> W65AddrMode
fn clone(&self) -> W65AddrMode
Returns a duplicate 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 W65AddrMode
impl Debug for W65AddrMode
Source§impl Hash for W65AddrMode
impl Hash for W65AddrMode
Source§impl PartialEq for W65AddrMode
impl PartialEq for W65AddrMode
impl Copy for W65AddrMode
impl Eq for W65AddrMode
impl StructuralPartialEq for W65AddrMode
Auto Trait Implementations§
impl Freeze for W65AddrMode
impl RefUnwindSafe for W65AddrMode
impl Send for W65AddrMode
impl Sync for W65AddrMode
impl Unpin for W65AddrMode
impl UnwindSafe for W65AddrMode
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