Class Raw::AsmOptionsList
INTERNAL: Do not use. A list of options in an inline assembly block.
For example:
use core::arch::asm;
asm!("", options(nostack, nomem));
// ^^^^^^^^^^^^^^^^
Import path
import codeql.rust.elements.internal.generated.RawDirect supertypes
Indirect supertypes
Predicates
| getAsmOption | Gets the |
| getNumberOfAsmOptions | Gets the number of asm options of this asm options list. |
| toString |