Enum rustc_ast::ast::LlvmAsmDialect [−][src]
pub enum LlvmAsmDialect {
Att,
Intel,
}
Expand description
Inline assembly dialect.
E.g., "intel"
as in llvm_asm!("mov eax, 2" : "={eax}"(result) : : : "intel")
.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LlvmAsmDialect
impl Send for LlvmAsmDialect
impl Sync for LlvmAsmDialect
impl Unpin for LlvmAsmDialect
impl UnwindSafe for LlvmAsmDialect
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: 1 byte
Size for each variant:
Att
: 0 bytesIntel
: 0 bytes