Enum rustc_codegen_ssa::common::IntPredicate [−][src]
pub enum IntPredicate {
IntEQ,
IntNE,
IntUGT,
IntUGE,
IntULT,
IntULE,
IntSGT,
IntSGE,
IntSLT,
IntSLE,
}
Variants
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
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 1 byte
Size for each variant:
IntEQ
: 0 bytesIntNE
: 0 bytesIntUGT
: 0 bytesIntUGE
: 0 bytesIntULT
: 0 bytesIntULE
: 0 bytesIntSGT
: 0 bytesIntSGE
: 0 bytesIntSLT
: 0 bytesIntSLE
: 0 bytes