Enum intel_8080_emu::opcode::Register[][src]

pub enum Register {
    A,
    B,
    C,
    D,
    E,
    H,
    L,
}

Variants

Trait Implementations

impl Debug for Register
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Register
[src]

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

This method tests for !=.

impl Copy for Register
[src]

impl Clone for Register
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Register
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Register

impl Sync for Register