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