Struct rustc_hir::LlvmInlineAsmInner [−][src]
pub struct LlvmInlineAsmInner {
pub asm: Symbol,
pub asm_str_style: StrStyle,
pub outputs: Vec<LlvmInlineAsmOutput>,
pub inputs: Vec<Symbol>,
pub clobbers: Vec<Symbol>,
pub volatile: bool,
pub alignstack: bool,
pub dialect: LlvmAsmDialect,
}
Fields
asm: Symbol
asm_str_style: StrStyle
outputs: Vec<LlvmInlineAsmOutput>
inputs: Vec<Symbol>
clobbers: Vec<Symbol>
volatile: bool
alignstack: bool
dialect: LlvmAsmDialect
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for LlvmInlineAsmInner
impl !Send for LlvmInlineAsmInner
impl !Sync for LlvmInlineAsmInner
impl Unpin for LlvmInlineAsmInner
impl UnwindSafe for LlvmInlineAsmInner
Blanket Implementations
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: 88 bytes