Enum unicorn::m68k_const::RegisterM68K [] [src]

pub enum RegisterM68K {
    INVALID,
    A0,
    A1,
    A2,
    A3,
    A4,
    A5,
    A6,
    A7,
    D0,
    D1,
    D2,
    D3,
    D4,
    D5,
    D6,
    D7,
    SR,
    PC,
}

Variants

INVALIDA0A1A2A3A4A5A6A7D0D1D2D3D4D5D6D7SRPC

Trait Implementations

impl Copy for RegisterM68K
[src]

impl Clone for RegisterM68K
[src]

fn clone(&self) -> RegisterM68K

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Debug for RegisterM68K
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl PartialEq for RegisterM68K
[src]

fn eq(&self, __arg_0: &RegisterM68K) -> bool

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

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

impl Register for RegisterM68K
[src]

fn to_i32(&self) -> i32