Enum qapi_qmp::SysEmuTarget[][src]

pub enum SysEmuTarget {
    aarch64,
    alpha,
    arm,
    cris,
    hppa,
    i386,
    lm32,
    m68k,
    microblaze,
    microblazeel,
    mips,
    mips64,
    mips64el,
    mipsel,
    moxie,
    nios2,
    or1k,
    ppc,
    ppc64,
    ppcemb,
    riscv32,
    riscv64,
    s390x,
    sh4,
    sh4eb,
    sparc,
    sparc64,
    tricore,
    unicore32,
    x86_64,
    xtensa,
    xtensaeb,
}

Variants

Trait Implementations

impl Debug for SysEmuTarget
[src]

Formats the value using the given formatter. Read more

impl Clone for SysEmuTarget
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for SysEmuTarget

impl Sync for SysEmuTarget