Struct rs6502::OpCode [] [src]

pub struct OpCode {
    pub code: u8,
    pub mnemonic: &'static str,
    pub length: u8,
    pub time: u8,
    pub mode: AddressingMode,
}

Fields

Methods

impl OpCode
[src]

Trait Implementations

impl Clone for OpCode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for OpCode
[src]

impl Debug for OpCode
[src]

Formats the value using the given formatter.

impl Eq for OpCode
[src]

impl PartialEq for OpCode
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.