Enum arch_ops::w65::W65AddrMode
source · [−]pub enum W65AddrMode {
Show 26 variants
Imp,
Acc,
Abs,
AbsX,
AbsY,
Direct,
DirectX,
DirectY,
Long,
Rel8,
Rel16,
Indirect,
IndirectLong,
DirectIndirectLong,
DirectIndirectLongY,
DirectIndirect,
DirectIndirectX,
IndirectX,
DirectIndirectY,
IndirectHY,
Imm8,
Imm16,
ImmA,
ImmX,
SrcDest,
Stack,
}Variants
Imp
Acc
Abs
AbsX
AbsY
Direct
DirectX
DirectY
Long
Rel8
Rel16
Indirect
IndirectLong
DirectIndirectLong
DirectIndirectLongY
DirectIndirect
DirectIndirectX
IndirectX
DirectIndirectY
IndirectHY
Imm8
Imm16
ImmA
ImmX
SrcDest
Stack
Trait Implementations
sourceimpl Clone for W65AddrMode
impl Clone for W65AddrMode
sourcefn clone(&self) -> W65AddrMode
fn clone(&self) -> W65AddrMode
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for W65AddrMode
impl Debug for W65AddrMode
sourceimpl Hash for W65AddrMode
impl Hash for W65AddrMode
sourceimpl PartialEq<W65AddrMode> for W65AddrMode
impl PartialEq<W65AddrMode> for W65AddrMode
impl Copy for W65AddrMode
impl Eq for W65AddrMode
impl StructuralEq for W65AddrMode
impl StructuralPartialEq for W65AddrMode
Auto Trait Implementations
impl RefUnwindSafe for W65AddrMode
impl Send for W65AddrMode
impl Sync for W65AddrMode
impl Unpin for W65AddrMode
impl UnwindSafe for W65AddrMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more