Struct syntex_syntax::ast::InlineAsm
[−]
[src]
pub struct InlineAsm {
pub asm: InternedString,
pub asm_str_style: StrStyle,
pub outputs: Vec<(InternedString, P<Expr>, bool)>,
pub inputs: Vec<(InternedString, P<Expr>)>,
pub clobbers: Vec<InternedString>,
pub volatile: bool,
pub alignstack: bool,
pub dialect: AsmDialect,
pub expn_id: ExpnId,
}Fields
asm | |
asm_str_style | |
outputs | |
inputs | |
clobbers | |
volatile | |
alignstack | |
dialect | |
expn_id |