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
aarch64alphaarmcrishppai386lm32m68kmicroblazemicroblazeelmipsmips64mips64elmipselmoxienios2or1kppcppc64ppcembriscv32riscv64s390xsh4sh4ebsparcsparc64tricoreunicore32x86_64xtensaxtensaeb
Trait Implementations
impl Debug for SysEmuTarget[src]
impl Debug for SysEmuTargetfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for SysEmuTarget[src]
impl Clone for SysEmuTargetfn clone(&self) -> SysEmuTarget[src]
fn clone(&self) -> SysEmuTargetReturns 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 SysEmuTargetimpl Sync for SysEmuTarget
impl Sync for SysEmuTarget