Enum qapi_qmp::CpuInfoArch [−][src]
pub enum CpuInfoArch { x86, sparc, ppc, mips, tricore, s390, riscv, other, }
Variants
x86
sparc
ppc
mips
tricore
s390
riscv
other
Trait Implementations
impl Debug for CpuInfoArch
[src]
impl Debug for CpuInfoArch
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for CpuInfoArch
[src]
impl Clone for CpuInfoArch
fn clone(&self) -> CpuInfoArch
[src]
fn clone(&self) -> CpuInfoArch
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl Send for CpuInfoArch
impl Send for CpuInfoArch
impl Sync for CpuInfoArch
impl Sync for CpuInfoArch