Struct rustc_hir::LlvmInlineAsm [−][src]
pub struct LlvmInlineAsm<'hir> {
pub inner: LlvmInlineAsmInner,
pub outputs_exprs: &'hir [Expr<'hir>],
pub inputs_exprs: &'hir [Expr<'hir>],
}
Fields
inner: LlvmInlineAsmInner
outputs_exprs: &'hir [Expr<'hir>]
inputs_exprs: &'hir [Expr<'hir>]
Trait Implementations
Auto Trait Implementations
impl<'hir> !RefUnwindSafe for LlvmInlineAsm<'hir>
impl<'hir> !Send for LlvmInlineAsm<'hir>
impl<'hir> !Sync for LlvmInlineAsm<'hir>
impl<'hir> Unpin for LlvmInlineAsm<'hir>
impl<'hir> !UnwindSafe for LlvmInlineAsm<'hir>
Blanket Implementations
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