Enum llvm_sys::LLVMInlineAsmDialect
source · #[repr(C)]pub enum LLVMInlineAsmDialect {
LLVMInlineAsmDialectATT = 0,
LLVMInlineAsmDialectIntel = 1,
}
Variants§
Trait Implementations§
source§impl Clone for LLVMInlineAsmDialect
impl Clone for LLVMInlineAsmDialect
source§fn clone(&self) -> LLVMInlineAsmDialect
fn clone(&self) -> LLVMInlineAsmDialect
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 LLVMInlineAsmDialect
impl Debug for LLVMInlineAsmDialect
source§impl PartialEq for LLVMInlineAsmDialect
impl PartialEq for LLVMInlineAsmDialect
source§fn eq(&self, other: &LLVMInlineAsmDialect) -> bool
fn eq(&self, other: &LLVMInlineAsmDialect) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for LLVMInlineAsmDialect
impl StructuralPartialEq for LLVMInlineAsmDialect
Auto Trait Implementations§
impl RefUnwindSafe for LLVMInlineAsmDialect
impl Send for LLVMInlineAsmDialect
impl Sync for LLVMInlineAsmDialect
impl Unpin for LLVMInlineAsmDialect
impl UnwindSafe for LLVMInlineAsmDialect
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