Enum rustc_llvm::IntPredicate
[−]
[src]
pub enum IntPredicate {
IntEQ,
IntNE,
IntUGT,
IntUGE,
IntULT,
IntULE,
IntSGT,
IntSGE,
IntSLT,
IntSLE,
}Unstable (
rustc_private)Variants
IntEQUnstable (
rustc_private)IntNEUnstable (
rustc_private)IntUGTUnstable (
rustc_private)IntUGEUnstable (
rustc_private)IntULTUnstable (
rustc_private)IntULEUnstable (
rustc_private)IntSGTUnstable (
rustc_private)IntSGEUnstable (
rustc_private)IntSLTUnstable (
rustc_private)IntSLEUnstable (
rustc_private)Trait Implementations
Derived Implementations
impl Clone for IntPredicate[src]
fn clone(&self) -> IntPredicate
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more