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
sourceimpl Clone for LLVMIntPredicate
impl Clone for LLVMIntPredicate
sourcefn clone(&self) -> LLVMIntPredicate
fn clone(&self) -> LLVMIntPredicate
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 LLVMIntPredicate
impl Debug for LLVMIntPredicate
sourceimpl PartialEq<LLVMIntPredicate> for LLVMIntPredicate
impl PartialEq<LLVMIntPredicate> for LLVMIntPredicate
sourcefn eq(&self, other: &LLVMIntPredicate) -> bool
fn eq(&self, other: &LLVMIntPredicate) -> bool
impl Copy for LLVMIntPredicate
impl StructuralPartialEq for LLVMIntPredicate
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
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