Enum llvm_sys::LLVMIntPredicate 
source · #[repr(C)]
pub enum LLVMIntPredicate {
    LLVMIntEQ,
    LLVMIntNE,
    LLVMIntUGT,
    LLVMIntUGE,
    LLVMIntULT,
    LLVMIntULE,
    LLVMIntSGT,
    LLVMIntSGE,
    LLVMIntSLT,
    LLVMIntSLE,
}Variants§
LLVMIntEQ
LLVMIntNE
LLVMIntUGT
LLVMIntUGE
LLVMIntULT
LLVMIntULE
LLVMIntSGT
LLVMIntSGE
LLVMIntSLT
LLVMIntSLE
Trait Implementations§
source§impl Clone for LLVMIntPredicate
 
impl Clone for LLVMIntPredicate
source§fn clone(&self) -> LLVMIntPredicate
 
fn clone(&self) -> LLVMIntPredicate
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 more