Class Raw::AsmRegSpec
INTERNAL: Do not use. A register specification in an inline assembly block.
For example:
use core::arch::asm;
asm!("mov {0}, {1}", out("eax") x, in(EBX) y);
// ^^^ ^^^
Import path
import codeql.rust.elements.internal.generated.RawDirect supertypes
Indirect supertypes
Predicates
| getIdentifier | Gets the identifier of this asm reg spec, if it exists. |
| toString |