pub struct Inst<A: AddressingMode>(pub A);Tuple Fields§
§0: ATrait Implementations§
Source§impl Trait for Inst<AbsoluteXIndexed>
impl Trait for Inst<AbsoluteXIndexed>
type AddressingMode = AbsoluteXIndexed
fn opcode() -> u8
Source§impl Trait for Inst<AbsoluteYIndexed>
impl Trait for Inst<AbsoluteYIndexed>
type AddressingMode = AbsoluteYIndexed
fn opcode() -> u8
Source§impl Trait for Inst<IndirectYIndexed>
impl Trait for Inst<IndirectYIndexed>
type AddressingMode = IndirectYIndexed
fn opcode() -> u8
Source§impl Trait for Inst<XIndexedIndirect>
impl Trait for Inst<XIndexedIndirect>
type AddressingMode = XIndexedIndirect
fn opcode() -> u8
Source§impl Trait for Inst<ZeroPageXIndexed>
impl Trait for Inst<ZeroPageXIndexed>
type AddressingMode = ZeroPageXIndexed
fn opcode() -> u8
Auto Trait Implementations§
impl<A> Freeze for Inst<A>where
A: Freeze,
impl<A> RefUnwindSafe for Inst<A>where
A: RefUnwindSafe,
impl<A> Send for Inst<A>where
A: Send,
impl<A> Sync for Inst<A>where
A: Sync,
impl<A> Unpin for Inst<A>where
A: Unpin,
impl<A> UnwindSafe for Inst<A>where
A: UnwindSafe,
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