[][src]Enum qapi_qmp::SysEmuTarget

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

Variants

aarch64
alpha
arm
avr
cris
hppa
i386
lm32
m68k
microblaze
microblazeel
mips
mips64
mips64el
mipsel
moxie
nios2
or1k
ppc
ppc64
riscv32
riscv64
rx
s390x
sh4
sh4eb
sparc
sparc64
tricore
unicore32
x86_64
xtensa
xtensaeb

Trait Implementations

impl Clone for SysEmuTarget[src]

impl Copy for SysEmuTarget[src]

impl Debug for SysEmuTarget[src]

impl<'de> Deserialize<'de> for SysEmuTarget[src]

impl Enum for SysEmuTarget[src]

impl Eq for SysEmuTarget[src]

impl FromStr for SysEmuTarget[src]

type Err = ()

The associated error which can be returned from parsing.

impl Hash for SysEmuTarget[src]

impl Ord for SysEmuTarget[src]

impl PartialEq<SysEmuTarget> for SysEmuTarget[src]

impl PartialOrd<SysEmuTarget> for SysEmuTarget[src]

impl Serialize for SysEmuTarget[src]

impl StructuralEq for SysEmuTarget[src]

impl StructuralPartialEq for SysEmuTarget[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.