CodeQL library for Rust
codeql/rust-all 0.2.13 (changelog, source)
Search

Class Raw::AsmOption

INTERNAL: Do not use. An option in an inline assembly block.

For example:

use core::arch::asm;
asm!("", options(nostack, nomem));
//              ^^^^^^^^^^^^^^^^

Import path

import codeql.rust.elements.internal.generated.Raw

Direct supertypes

Indirect supertypes

Predicates

isRaw

Holds if this asm option is raw.

toString