Enum qapi_qmp::CpuInfoArch[][src]

pub enum CpuInfoArch {
    x86,
    sparc,
    ppc,
    mips,
    tricore,
    s390,
    riscv,
    other,
}

Variants

Trait Implementations

impl Debug for CpuInfoArch
[src]

Formats the value using the given formatter. Read more

impl Clone for CpuInfoArch
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for CpuInfoArch

impl Sync for CpuInfoArch