pub enum InlineAsmDialect {
ATT,
Intel,
}Variants§
Trait Implementations§
source§impl Clone for InlineAsmDialect
impl Clone for InlineAsmDialect
source§fn clone(&self) -> InlineAsmDialect
fn clone(&self) -> InlineAsmDialect
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for InlineAsmDialect
impl Debug for InlineAsmDialect
source§impl From<LLVMInlineAsmDialect> for InlineAsmDialect
impl From<LLVMInlineAsmDialect> for InlineAsmDialect
source§fn from(src: LLVMInlineAsmDialect) -> Self
fn from(src: LLVMInlineAsmDialect) -> Self
Converts to this type from the input type.
source§impl Hash for InlineAsmDialect
impl Hash for InlineAsmDialect
source§impl Into<LLVMInlineAsmDialect> for InlineAsmDialect
impl Into<LLVMInlineAsmDialect> for InlineAsmDialect
source§fn into(self) -> LLVMInlineAsmDialect
fn into(self) -> LLVMInlineAsmDialect
Converts this type into the (usually inferred) input type.
source§impl Ord for InlineAsmDialect
impl Ord for InlineAsmDialect
source§fn cmp(&self, other: &InlineAsmDialect) -> Ordering
fn cmp(&self, other: &InlineAsmDialect) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<InlineAsmDialect> for InlineAsmDialect
impl PartialEq<InlineAsmDialect> for InlineAsmDialect
source§fn eq(&self, other: &InlineAsmDialect) -> bool
fn eq(&self, other: &InlineAsmDialect) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<InlineAsmDialect> for InlineAsmDialect
impl PartialOrd<InlineAsmDialect> for InlineAsmDialect
source§fn partial_cmp(&self, other: &InlineAsmDialect) -> Option<Ordering>
fn partial_cmp(&self, other: &InlineAsmDialect) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read more