Enum llvm_sys::LLVMTypeKind
source · [−]#[repr(C)]
pub enum LLVMTypeKind {
Show 17 variants
LLVMVoidTypeKind,
LLVMHalfTypeKind,
LLVMFloatTypeKind,
LLVMDoubleTypeKind,
LLVMX86_FP80TypeKind,
LLVMFP128TypeKind,
LLVMPPC_FP128TypeKind,
LLVMLabelTypeKind,
LLVMIntegerTypeKind,
LLVMFunctionTypeKind,
LLVMStructTypeKind,
LLVMArrayTypeKind,
LLVMPointerTypeKind,
LLVMVectorTypeKind,
LLVMMetadataTypeKind,
LLVMX86_MMXTypeKind,
LLVMTokenTypeKind,
}
Variants
LLVMVoidTypeKind
LLVMHalfTypeKind
LLVMFloatTypeKind
LLVMDoubleTypeKind
LLVMX86_FP80TypeKind
LLVMFP128TypeKind
LLVMPPC_FP128TypeKind
LLVMLabelTypeKind
LLVMIntegerTypeKind
LLVMFunctionTypeKind
LLVMStructTypeKind
LLVMArrayTypeKind
LLVMPointerTypeKind
LLVMVectorTypeKind
LLVMMetadataTypeKind
LLVMX86_MMXTypeKind
LLVMTokenTypeKind
Trait Implementations
sourceimpl Clone for LLVMTypeKind
impl Clone for LLVMTypeKind
sourcefn clone(&self) -> LLVMTypeKind
fn clone(&self) -> LLVMTypeKind
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for LLVMTypeKind
impl Debug for LLVMTypeKind
sourceimpl PartialEq<LLVMTypeKind> for LLVMTypeKind
impl PartialEq<LLVMTypeKind> for LLVMTypeKind
sourcefn eq(&self, other: &LLVMTypeKind) -> bool
fn eq(&self, other: &LLVMTypeKind) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more