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
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
Trait Implementations
impl Debug for SysEmuTarget
[src]
impl Debug for SysEmuTarget
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 SysEmuTarget
[src]
impl Clone for SysEmuTarget
fn clone(&self) -> SysEmuTarget
[src]
fn clone(&self) -> SysEmuTarget
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 SysEmuTarget
impl Send for SysEmuTarget
impl Sync for SysEmuTarget
impl Sync for SysEmuTarget