#[repr(u32)]pub enum FlagCondition {
Show 22 variants
LLFC_E = 0,
LLFC_NE = 1,
LLFC_SLT = 2,
LLFC_ULT = 3,
LLFC_SLE = 4,
LLFC_ULE = 5,
LLFC_SGE = 6,
LLFC_UGE = 7,
LLFC_SGT = 8,
LLFC_UGT = 9,
LLFC_NEG = 10,
LLFC_POS = 11,
LLFC_O = 12,
LLFC_NO = 13,
LLFC_FE = 14,
LLFC_FNE = 15,
LLFC_FLT = 16,
LLFC_FLE = 17,
LLFC_FGE = 18,
LLFC_FGT = 19,
LLFC_FO = 20,
LLFC_FUO = 21,
}
Variants§
LLFC_E = 0
LLFC_NE = 1
LLFC_SLT = 2
LLFC_ULT = 3
LLFC_SLE = 4
LLFC_ULE = 5
LLFC_SGE = 6
LLFC_UGE = 7
LLFC_SGT = 8
LLFC_UGT = 9
LLFC_NEG = 10
LLFC_POS = 11
LLFC_O = 12
LLFC_NO = 13
LLFC_FE = 14
LLFC_FNE = 15
LLFC_FLT = 16
LLFC_FLE = 17
LLFC_FGE = 18
LLFC_FGT = 19
LLFC_FO = 20
LLFC_FUO = 21
Trait Implementations§
source§impl Clone for BNLowLevelILFlagCondition
impl Clone for BNLowLevelILFlagCondition
source§fn clone(&self) -> BNLowLevelILFlagCondition
fn clone(&self) -> BNLowLevelILFlagCondition
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 Debug for BNLowLevelILFlagCondition
impl Debug for BNLowLevelILFlagCondition
source§impl Hash for BNLowLevelILFlagCondition
impl Hash for BNLowLevelILFlagCondition
impl Copy for BNLowLevelILFlagCondition
impl Eq for BNLowLevelILFlagCondition
impl StructuralPartialEq for BNLowLevelILFlagCondition
Auto Trait Implementations§
impl Freeze for BNLowLevelILFlagCondition
impl RefUnwindSafe for BNLowLevelILFlagCondition
impl Send for BNLowLevelILFlagCondition
impl Sync for BNLowLevelILFlagCondition
impl Unpin for BNLowLevelILFlagCondition
impl UnwindSafe for BNLowLevelILFlagCondition
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