Enum llvm_sys::LLVMIntPredicate [−][src]
#[repr(C)]
pub enum LLVMIntPredicate {
LLVMIntEQ,
LLVMIntNE,
LLVMIntUGT,
LLVMIntUGE,
LLVMIntULT,
LLVMIntULE,
LLVMIntSGT,
LLVMIntSGE,
LLVMIntSLT,
LLVMIntSLE,
}
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LLVMIntPredicate
impl Send for LLVMIntPredicate
impl Sync for LLVMIntPredicate
impl Unpin for LLVMIntPredicate
impl UnwindSafe for LLVMIntPredicate
Blanket Implementations
Mutably borrows from an owned value. Read more