Enum syntax::ast::AsmDialect  [−][src]
pub enum AsmDialect {
    Att,
    Intel,
}Inline assembly dialect.
E.g. "intel" as in asm!("mov eax, 2" : "={eax}"(result) : : : "intel")
Variants
AttIntel
                Trait Implementations
impl Clone for AsmDialect[src] 
impl Clone for AsmDialectfn clone(&self) -> AsmDialect[src] 
fn clone(&self) -> AsmDialectReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src] 
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for AsmDialect[src] 
impl PartialEq for AsmDialectfn eq(&self, other: &AsmDialect) -> bool[src] 
fn eq(&self, other: &AsmDialect) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src] 
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Encodable for AsmDialect[src] 
impl Encodable for AsmDialectimpl Decodable for AsmDialect[src] 
impl Decodable for AsmDialectimpl Debug for AsmDialect[src] 
impl Debug for AsmDialectfn fmt(&self, f: &mut Formatter) -> Result[src] 
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for AsmDialect[src] 
impl Copy for AsmDialectAuto Trait Implementations
impl Send for AsmDialect
impl Send for AsmDialectimpl Sync for AsmDialect
impl Sync for AsmDialect