InlineAsmTemplatePiece in rustc_ast::ast - Rust (original) (raw)
Enum InlineAsmTemplatePiece
pub enum InlineAsmTemplatePiece {
String(Cow<'static, str>),
Placeholder {
operand_idx: usize,
modifier: Option<char>,
span: Span,
},
}
Rebuilds the asm template string from its pieces.
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: 32 bytes
Size for each variant:
String: 28 bytesPlaceholder: 20 bytes