Enum qapi_qmp::X86CPURegister32[][src]

pub enum X86CPURegister32 {
    EAX,
    EBX,
    ECX,
    EDX,
    ESP,
    EBP,
    ESI,
    EDI,
}

Variants

Trait Implementations

impl Debug for X86CPURegister32
[src]

Formats the value using the given formatter. Read more

impl Clone for X86CPURegister32
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations