pub enum SysEmuTarget {
Show 30 variants
aarch64,
alpha,
arm,
avr,
cris,
hppa,
i386,
loongarch64,
m68k,
microblaze,
microblazeel,
mips,
mips64,
mips64el,
mipsel,
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
or1k
ppc
ppc64
riscv32
riscv64
rx
s390x
sh4
sh4eb
sparc
sparc64
tricore
x86_64
xtensa
xtensaeb
Trait Implementations§
Source§impl AsRef<SysEmuTarget> for TargetInfo
impl AsRef<SysEmuTarget> for TargetInfo
Source§fn as_ref(&self) -> &SysEmuTarget
fn as_ref(&self) -> &SysEmuTarget
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for SysEmuTarget
impl Clone for SysEmuTarget
Source§fn clone(&self) -> SysEmuTarget
fn clone(&self) -> SysEmuTarget
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SysEmuTarget
impl Debug for SysEmuTarget
Source§impl<'de> Deserialize<'de> for SysEmuTarget
impl<'de> Deserialize<'de> for SysEmuTarget
Source§fn 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
Source§impl Enum for SysEmuTarget
impl Enum for SysEmuTarget
Source§impl FromStr for SysEmuTarget
impl FromStr for SysEmuTarget
Source§impl Hash for SysEmuTarget
impl Hash for SysEmuTarget
Source§impl Ord for SysEmuTarget
impl Ord for SysEmuTarget
Source§fn cmp(&self, other: &SysEmuTarget) -> Ordering
fn cmp(&self, other: &SysEmuTarget) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SysEmuTarget
impl PartialEq for SysEmuTarget
Source§impl PartialOrd for SysEmuTarget
impl PartialOrd for SysEmuTarget
Source§impl Serialize for SysEmuTarget
impl Serialize for SysEmuTarget
impl Copy for SysEmuTarget
impl Eq for SysEmuTarget
impl StructuralPartialEq for SysEmuTarget
Auto Trait Implementations§
impl Freeze for SysEmuTarget
impl RefUnwindSafe for SysEmuTarget
impl Send for SysEmuTarget
impl Sync for SysEmuTarget
impl Unpin for SysEmuTarget
impl UnwindSafe for SysEmuTarget
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more