#[repr(C)]pub enum CmpIPredicate {
Eq = 0,
Ne = 1,
Slt = 2,
Sle = 3,
Sgt = 4,
Sge = 5,
Ult = 6,
Ule = 7,
Ugt = 8,
Uge = 9,
}
Variants§
Implementations§
Source§impl CmpIPredicate
impl CmpIPredicate
Trait Implementations§
Source§impl Clone for CmpIPredicate
impl Clone for CmpIPredicate
Source§fn clone(&self) -> CmpIPredicate
fn clone(&self) -> CmpIPredicate
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Display for CmpIPredicate
impl Display for CmpIPredicate
Source§impl From<i32> for CmpIPredicate
impl From<i32> for CmpIPredicate
Source§impl From<i64> for CmpIPredicate
impl From<i64> for CmpIPredicate
Source§impl PartialEq for CmpIPredicate
impl PartialEq for CmpIPredicate
impl Copy for CmpIPredicate
impl StructuralPartialEq for CmpIPredicate
Auto Trait Implementations§
impl Freeze for CmpIPredicate
impl RefUnwindSafe for CmpIPredicate
impl Send for CmpIPredicate
impl Sync for CmpIPredicate
impl Unpin for CmpIPredicate
impl UnwindSafe for CmpIPredicate
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more