Enum rustv::isa::Register [] [src]

pub enum Register {
    X0,
    X1,
    X2,
    X3,
    X4,
    X5,
    X6,
    X7,
    X8,
    X9,
    X10,
    X11,
    X12,
    X13,
    X14,
    X15,
    X16,
    X17,
    X18,
    X19,
    X20,
    X21,
    X22,
    X23,
    X24,
    X25,
    X26,
    X27,
    X28,
    X29,
    X30,
    X31,
}

Variants

Methods

impl Register
[src]

Trait Implementations

impl Debug for Register
[src]

Formats the value using the given formatter.

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 !=.