Enum inkwell::InlineAsmDialect
source · 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 for InlineAsmDialect
impl PartialEq 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 for InlineAsmDialect
impl PartialOrd 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 moreimpl Copy for InlineAsmDialect
impl Eq for InlineAsmDialect
impl StructuralPartialEq for InlineAsmDialect
Auto Trait Implementations§
impl RefUnwindSafe for InlineAsmDialect
impl Send for InlineAsmDialect
impl Sync for InlineAsmDialect
impl Unpin for InlineAsmDialect
impl UnwindSafe for InlineAsmDialect
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more