pub struct Nmos6502;
Expand description
The NMOS 6502 variant. This one is present in the Commodore 64, early Apple IIs, etc.
Trait Implementations§
Source§impl Variant for Nmos6502
impl Variant for Nmos6502
fn decode(opcode: u8) -> Option<(Instruction, AddressingMode)>
impl Copy for Nmos6502
Auto Trait Implementations§
impl Freeze for Nmos6502
impl RefUnwindSafe for Nmos6502
impl Send for Nmos6502
impl Sync for Nmos6502
impl Unpin for Nmos6502
impl UnwindSafe for Nmos6502
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