Enum rustc_target::asm::InlineAsmArch
source · pub enum InlineAsmArch {
Show 22 variants
X86,
X86_64,
Arm,
AArch64,
RiscV32,
RiscV64,
Nvptx64,
Hexagon,
LoongArch64,
Mips,
Mips64,
PowerPC,
PowerPC64,
S390x,
SpirV,
Wasm32,
Wasm64,
Bpf,
Avr,
Msp430,
M68k,
CSKY,
}
Variants§
X86
X86_64
Arm
AArch64
RiscV32
RiscV64
Nvptx64
Hexagon
LoongArch64
Mips
Mips64
PowerPC
PowerPC64
S390x
SpirV
Wasm32
Wasm64
Bpf
Avr
Msp430
M68k
CSKY
Trait Implementations§
source§impl Clone for InlineAsmArch
impl Clone for InlineAsmArch
source§fn clone(&self) -> InlineAsmArch
fn clone(&self) -> InlineAsmArch
Returns a copy 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 InlineAsmArch
impl Debug for InlineAsmArch
source§impl<__D: Decoder> Decodable<__D> for InlineAsmArch
impl<__D: Decoder> Decodable<__D> for InlineAsmArch
source§impl<__E: Encoder> Encodable<__E> for InlineAsmArch
impl<__E: Encoder> Encodable<__E> for InlineAsmArch
source§impl FromStr for InlineAsmArch
impl FromStr for InlineAsmArch
source§impl Hash for InlineAsmArch
impl Hash for InlineAsmArch
source§impl PartialEq<InlineAsmArch> for InlineAsmArch
impl PartialEq<InlineAsmArch> for InlineAsmArch
source§fn eq(&self, other: &InlineAsmArch) -> bool
fn eq(&self, other: &InlineAsmArch) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for InlineAsmArch
impl Eq for InlineAsmArch
impl StructuralEq for InlineAsmArch
impl StructuralPartialEq for InlineAsmArch
Auto Trait Implementations§
impl RefUnwindSafe for InlineAsmArch
impl Send for InlineAsmArch
impl Sync for InlineAsmArch
impl Unpin for InlineAsmArch
impl UnwindSafe for InlineAsmArch
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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 1 byte
Size for each variant:
X86
: 0 bytesX86_64
: 0 bytesArm
: 0 bytesAArch64
: 0 bytesRiscV32
: 0 bytesRiscV64
: 0 bytesNvptx64
: 0 bytesHexagon
: 0 bytesLoongArch64
: 0 bytesMips
: 0 bytesMips64
: 0 bytesPowerPC
: 0 bytesPowerPC64
: 0 bytesS390x
: 0 bytesSpirV
: 0 bytesWasm32
: 0 bytesWasm64
: 0 bytesBpf
: 0 bytesAvr
: 0 bytesMsp430
: 0 bytesM68k
: 0 bytesCSKY
: 0 bytes