Enum llvm_sys::LLVMValueKind
source · [−]#[repr(C)]
pub enum LLVMValueKind {
Show 25 variants
LLVMArgumentValueKind,
LLVMBasicBlockValueKind,
LLVMMemoryUseValueKind,
LLVMMemoryDefValueKind,
LLVMMemoryPhiValueKind,
LLVMFunctionValueKind,
LLVMGlobalAliasValueKind,
LLVMGlobalIFuncValueKind,
LLVMGlobalVariableValueKind,
LLVMBlockAddressValueKind,
LLVMConstantExprValueKind,
LLVMConstantArrayValueKind,
LLVMConstantStructValueKind,
LLVMConstantVectorValueKind,
LLVMUndefValueValueKind,
LLVMConstantAggregateZeroValueKind,
LLVMConstantDataArrayValueKind,
LLVMConstantDataVectorValueKind,
LLVMConstantIntValueKind,
LLVMConstantFPValueKind,
LLVMConstantPointerNullValueKind,
LLVMConstantTokenNoneValueKind,
LLVMMetadataAsValueValueKind,
LLVMInlineAsmValueKind,
LLVMInstructionValueKind,
}
Variants
LLVMArgumentValueKind
LLVMBasicBlockValueKind
LLVMMemoryUseValueKind
LLVMMemoryDefValueKind
LLVMMemoryPhiValueKind
LLVMFunctionValueKind
LLVMGlobalAliasValueKind
LLVMGlobalIFuncValueKind
LLVMGlobalVariableValueKind
LLVMBlockAddressValueKind
LLVMConstantExprValueKind
LLVMConstantArrayValueKind
LLVMConstantStructValueKind
LLVMConstantVectorValueKind
LLVMUndefValueValueKind
LLVMConstantAggregateZeroValueKind
LLVMConstantDataArrayValueKind
LLVMConstantDataVectorValueKind
LLVMConstantIntValueKind
LLVMConstantFPValueKind
LLVMConstantPointerNullValueKind
LLVMConstantTokenNoneValueKind
LLVMMetadataAsValueValueKind
LLVMInlineAsmValueKind
LLVMInstructionValueKind
Trait Implementations
sourceimpl Clone for LLVMValueKind
impl Clone for LLVMValueKind
sourcefn clone(&self) -> LLVMValueKind
fn clone(&self) -> LLVMValueKind
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 LLVMValueKind
impl Debug for LLVMValueKind
sourceimpl PartialEq<LLVMValueKind> for LLVMValueKind
impl PartialEq<LLVMValueKind> for LLVMValueKind
sourcefn eq(&self, other: &LLVMValueKind) -> bool
fn eq(&self, other: &LLVMValueKind) -> bool
impl Copy for LLVMValueKind
impl StructuralPartialEq for LLVMValueKind
Auto Trait Implementations
impl RefUnwindSafe for LLVMValueKind
impl Send for LLVMValueKind
impl Sync for LLVMValueKind
impl Unpin for LLVMValueKind
impl UnwindSafe for LLVMValueKind
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