Enum llvm_sys::LLVMTypeKind
source · #[repr(C)]pub enum LLVMTypeKind {
Show 21 variants
LLVMVoidTypeKind = 0,
LLVMHalfTypeKind = 1,
LLVMFloatTypeKind = 2,
LLVMDoubleTypeKind = 3,
LLVMX86_FP80TypeKind = 4,
LLVMFP128TypeKind = 5,
LLVMPPC_FP128TypeKind = 6,
LLVMLabelTypeKind = 7,
LLVMIntegerTypeKind = 8,
LLVMFunctionTypeKind = 9,
LLVMStructTypeKind = 10,
LLVMArrayTypeKind = 11,
LLVMPointerTypeKind = 12,
LLVMVectorTypeKind = 13,
LLVMMetadataTypeKind = 14,
LLVMX86_MMXTypeKind = 15,
LLVMTokenTypeKind = 16,
LLVMScalableVectorTypeKind = 17,
LLVMBFloatTypeKind = 18,
LLVMX86_AMXTypeKind = 19,
LLVMTargetExtTypeKind = 20,
}
Variants§
LLVMVoidTypeKind = 0
LLVMHalfTypeKind = 1
LLVMFloatTypeKind = 2
LLVMDoubleTypeKind = 3
LLVMX86_FP80TypeKind = 4
LLVMFP128TypeKind = 5
LLVMPPC_FP128TypeKind = 6
LLVMLabelTypeKind = 7
LLVMIntegerTypeKind = 8
LLVMFunctionTypeKind = 9
LLVMStructTypeKind = 10
LLVMArrayTypeKind = 11
LLVMPointerTypeKind = 12
LLVMVectorTypeKind = 13
LLVMMetadataTypeKind = 14
LLVMX86_MMXTypeKind = 15
LLVMTokenTypeKind = 16
LLVMScalableVectorTypeKind = 17
LLVMBFloatTypeKind = 18
LLVMX86_AMXTypeKind = 19
LLVMTargetExtTypeKind = 20
Trait Implementations§
source§impl Clone for LLVMTypeKind
impl Clone for LLVMTypeKind
source§fn clone(&self) -> LLVMTypeKind
fn clone(&self) -> LLVMTypeKind
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 LLVMTypeKind
impl Debug for LLVMTypeKind
source§impl PartialEq for LLVMTypeKind
impl PartialEq for LLVMTypeKind
source§fn eq(&self, other: &LLVMTypeKind) -> bool
fn eq(&self, other: &LLVMTypeKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for LLVMTypeKind
impl StructuralPartialEq for LLVMTypeKind
Auto Trait Implementations§
impl RefUnwindSafe for LLVMTypeKind
impl Send for LLVMTypeKind
impl Sync for LLVMTypeKind
impl Unpin for LLVMTypeKind
impl UnwindSafe for LLVMTypeKind
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