Enum llvm_ir::predicates::IntPredicate
source · [−]pub enum IntPredicate {
EQ,
NE,
UGT,
UGE,
ULT,
ULE,
SGT,
SGE,
SLT,
SLE,
}
Variants
EQ
NE
UGT
UGE
ULT
ULE
SGT
SGE
SLT
SLE
Trait Implementations
sourceimpl Clone for IntPredicate
impl Clone for IntPredicate
sourcefn clone(&self) -> IntPredicate
fn clone(&self) -> IntPredicate
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 more
sourceimpl Debug for IntPredicate
impl Debug for IntPredicate
sourceimpl Display for IntPredicate
impl Display for IntPredicate
sourceimpl PartialEq<IntPredicate> for IntPredicate
impl PartialEq<IntPredicate> for IntPredicate
sourcefn eq(&self, other: &IntPredicate) -> bool
fn eq(&self, other: &IntPredicate) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Copy for IntPredicate
impl Eq for IntPredicate
impl StructuralEq for IntPredicate
impl StructuralPartialEq for IntPredicate
Auto Trait Implementations
impl RefUnwindSafe for IntPredicate
impl Send for IntPredicate
impl Sync for IntPredicate
impl Unpin for IntPredicate
impl UnwindSafe for IntPredicate
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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