Enum rustc_llvm::AsmDialect
[−]
[src]
pub enum AsmDialect { AD_ATT, AD_Intel, }
Unstable (
rustc_private
)Variants
AD_ATT
Unstable (
rustc_private
)AD_Intel
Unstable (
rustc_private
)Trait Implementations
Derived Implementations
impl Clone for AsmDialect
[src]
fn clone(&self) -> AsmDialect
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more