Enum rustc_target::asm::InlineAsmArch [−][src]
pub enum InlineAsmArch {
Show 16 variants
X86,
X86_64,
Arm,
AArch64,
RiscV32,
RiscV64,
Nvptx64,
Hexagon,
Mips,
Mips64,
PowerPC,
PowerPC64,
S390x,
SpirV,
Wasm32,
Bpf,
}
Variants
Trait Implementations
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
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 bytesMips
: 0 bytesMips64
: 0 bytesPowerPC
: 0 bytesPowerPC64
: 0 bytesS390x
: 0 bytesSpirV
: 0 bytesWasm32
: 0 bytesBpf
: 0 bytes