Enum rustc_codegen_llvm::llvm_::ffi::IntPredicate [−][src]
#[repr(C)]
pub enum IntPredicate {
IntEQ,
IntNE,
IntUGT,
IntUGE,
IntULT,
IntULE,
IntSGT,
IntSGE,
IntSLT,
IntSLE,
}
Expand description
LLVMIntPredicate
Variants
Implementations
Trait Implementations
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
Mutably borrows from an owned value. Read more
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: 4 bytes
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