#[repr(u16)]
pub enum EMachine {
Show 21 variants
None,
ATnTWe,
Sparc,
X86,
M68k,
M88k,
IntelMcu,
Intel8086,
Mips,
Ibm370,
Intel80960,
PowerPC32,
PowerPC64,
S390,
ARM,
SuperH,
IA64,
Amd64,
Tms320c6000,
Aarch64,
RiscV,
}
Variants§
None
ATnTWe
Sparc
X86
M68k
M88k
IntelMcu
Intel8086
Mips
Ibm370
Intel80960
PowerPC32
PowerPC64
S390
ARM
SuperH
IA64
Amd64
Tms320c6000
Aarch64
RiscV
Trait Implementations§
impl Copy for EMachine
impl Eq for EMachine
impl StructuralEq for EMachine
impl StructuralPartialEq for EMachine
Auto Trait Implementations§
impl RefUnwindSafe for EMachine
impl Send for EMachine
impl Sync for EMachine
impl Unpin for EMachine
impl UnwindSafe for EMachine
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
const: unstable§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more