Enum rustc_target::asm::InlineAsmReg [−][src]
pub enum InlineAsmReg {
Show 13 variants
X86(X86InlineAsmReg),
Arm(ArmInlineAsmReg),
AArch64(AArch64InlineAsmReg),
RiscV(RiscVInlineAsmReg),
Nvptx(NvptxInlineAsmReg),
PowerPC(PowerPCInlineAsmReg),
Hexagon(HexagonInlineAsmReg),
Mips(MipsInlineAsmReg),
S390x(S390xInlineAsmReg),
SpirV(SpirVInlineAsmReg),
Wasm(WasmInlineAsmReg),
Bpf(BpfInlineAsmReg),
Err,
}
Variants
X86(X86InlineAsmReg)
Tuple Fields of X86
Arm(ArmInlineAsmReg)
Tuple Fields of Arm
AArch64(AArch64InlineAsmReg)
Tuple Fields of AArch64
RiscV(RiscVInlineAsmReg)
Tuple Fields of RiscV
Nvptx(NvptxInlineAsmReg)
Tuple Fields of Nvptx
PowerPC(PowerPCInlineAsmReg)
Tuple Fields of PowerPC
Hexagon(HexagonInlineAsmReg)
Tuple Fields of Hexagon
Mips(MipsInlineAsmReg)
Tuple Fields of Mips
S390x(S390xInlineAsmReg)
Tuple Fields of S390x
SpirV(SpirVInlineAsmReg)
Tuple Fields of SpirV
Wasm(WasmInlineAsmReg)
Tuple Fields of Wasm
Bpf(BpfInlineAsmReg)
Tuple Fields of Bpf
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for InlineAsmReg
impl Send for InlineAsmReg
impl Sync for InlineAsmReg
impl Unpin for InlineAsmReg
impl UnwindSafe for InlineAsmReg
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: 2 bytes
Size for each variant:
X86
: 1 byteArm
: 1 byteAArch64
: 1 byteRiscV
: 1 byteNvptx
: 0 bytesPowerPC
: 1 byteHexagon
: 1 byteMips
: 1 byteS390x
: 1 byteSpirV
: 0 bytesWasm
: 0 bytesBpf
: 1 byteErr
: 0 bytes