Enum intel_8080_emu::opcode::Reg16[][src]

pub enum Reg16 {
    B,
    D,
    H,
    SP,
}

Variants

Trait Implementations

impl Debug for Reg16
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Reg16
[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 Reg16
[src]

impl Clone for Reg16
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Reg16
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Reg16

impl Sync for Reg16