Enum qapi_qmp::SysEmuTarget
source · [−]pub enum SysEmuTarget {
Show 31 variants
aarch64,
alpha,
arm,
avr,
cris,
hppa,
i386,
loongarch64,
m68k,
microblaze,
microblazeel,
mips,
mips64,
mips64el,
mipsel,
nios2,
or1k,
ppc,
ppc64,
riscv32,
riscv64,
rx,
s390x,
sh4,
sh4eb,
sparc,
sparc64,
tricore,
x86_64,
xtensa,
xtensaeb,
}Variants
aarch64
alpha
arm
avr
cris
hppa
i386
loongarch64
m68k
microblaze
microblazeel
mips
mips64
mips64el
mipsel
nios2
or1k
ppc
ppc64
riscv32
riscv64
rx
s390x
sh4
sh4eb
sparc
sparc64
tricore
x86_64
xtensa
xtensaeb
Trait Implementations
sourceimpl AsRef<SysEmuTarget> for TargetInfo
impl AsRef<SysEmuTarget> for TargetInfo
sourcefn as_ref(&self) -> &SysEmuTarget
fn as_ref(&self) -> &SysEmuTarget
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for SysEmuTarget
impl Clone for SysEmuTarget
sourcefn clone(&self) -> SysEmuTarget
fn clone(&self) -> SysEmuTarget
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SysEmuTarget
impl Debug for SysEmuTarget
sourceimpl<'de> Deserialize<'de> for SysEmuTarget
impl<'de> Deserialize<'de> for SysEmuTarget
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Enum for SysEmuTarget
impl Enum for SysEmuTarget
sourceimpl FromStr for SysEmuTarget
impl FromStr for SysEmuTarget
sourceimpl Hash for SysEmuTarget
impl Hash for SysEmuTarget
sourceimpl Ord for SysEmuTarget
impl Ord for SysEmuTarget
sourcefn cmp(&self, other: &SysEmuTarget) -> Ordering
fn cmp(&self, other: &SysEmuTarget) -> Ordering
1.21.0 · sourcefn max(self, other: Self) -> Self
fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
1.21.0 · sourcefn min(self, other: Self) -> Self
fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<SysEmuTarget> for SysEmuTarget
impl PartialEq<SysEmuTarget> for SysEmuTarget
sourcefn eq(&self, other: &SysEmuTarget) -> bool
fn eq(&self, other: &SysEmuTarget) -> bool
sourceimpl PartialOrd<SysEmuTarget> for SysEmuTarget
impl PartialOrd<SysEmuTarget> for SysEmuTarget
sourcefn partial_cmp(&self, other: &SysEmuTarget) -> Option<Ordering>
fn partial_cmp(&self, other: &SysEmuTarget) -> Option<Ordering>
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresourceimpl Serialize for SysEmuTarget
impl Serialize for SysEmuTarget
impl Copy for SysEmuTarget
impl Eq for SysEmuTarget
impl StructuralEq for SysEmuTarget
impl StructuralPartialEq for SysEmuTarget
Auto Trait Implementations
impl RefUnwindSafe for SysEmuTarget
impl Send for SysEmuTarget
impl Sync for SysEmuTarget
impl Unpin for SysEmuTarget
impl UnwindSafe for SysEmuTarget
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more