pub struct InlineAsm {
pub template: Vec<InlineAsmTemplatePiece>,
pub template_strs: Box<[(Symbol, Option<Symbol>, Span)]>,
pub operands: Vec<(InlineAsmOperand, Span)>,
pub clobber_abis: Vec<(Symbol, Span)>,
pub options: InlineAsmOptions,
pub line_spans: Vec<Span>,
}
Expand description
Inline assembly.
E.g., asm!("NOP");
.
Fields§
§template: Vec<InlineAsmTemplatePiece>
§template_strs: Box<[(Symbol, Option<Symbol>, Span)]>
§operands: Vec<(InlineAsmOperand, Span)>
§clobber_abis: Vec<(Symbol, Span)>
§options: InlineAsmOptions
§line_spans: Vec<Span>
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for InlineAsm
impl !Send for InlineAsm
impl !Sync for InlineAsm
impl Unpin for InlineAsm
impl !UnwindSafe for InlineAsm
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Layout§
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: 120 bytes