Enum syntex_syntax::ast::AsmDialect
[−]
[src]
pub enum AsmDialect {
Att,
Intel,
}Variants
Att | |
Intel |
pub enum AsmDialect {
Att,
Intel,
}Att | |
Intel |
impl Copy for AsmDialectimpl Debug for AsmDialectimpl Hash for AsmDialectfn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl Decodable for AsmDialectfn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<AsmDialect, __D::Error>impl Encodable for AsmDialectimpl Eq for AsmDialectimpl PartialEq for AsmDialectfn eq(&self, __arg_0: &AsmDialect) -> boolfn ne(&self, __arg_0: &AsmDialect) -> boolimpl Clone for AsmDialectfn clone(&self) -> AsmDialectfn clone_from(&mut self, source: &Self)