Enum llvm_sys::LLVMInlineAsmDialect
source · #[repr(C)]
pub enum LLVMInlineAsmDialect {
LLVMInlineAsmDialectATT,
LLVMInlineAsmDialectIntel,
}
Variants§
Trait Implementations§
source§impl Clone for LLVMInlineAsmDialect
impl Clone for LLVMInlineAsmDialect
source§fn clone(&self) -> LLVMInlineAsmDialect
fn clone(&self) -> LLVMInlineAsmDialect
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more