Enum syntax::ast::AsmDialectUnstable
[-] [+]
[src]
pub enum AsmDialect {
AsmAtt,
AsmIntel,
}Variants
AsmAtt | |
AsmIntel |
pub enum AsmDialect {
AsmAtt,
AsmIntel,
}AsmAtt | |
AsmIntel |
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, Error>impl Encodable for AsmDialectimpl Eq for AsmDialectfn assert_receiver_is_total_eq(&self)impl 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)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).