Enum binaryninja::architecture::FlagRole
#[repr(u32)]pub enum FlagRole {
SpecialFlagRole = 0,
ZeroFlagRole = 1,
PositiveSignFlagRole = 2,
NegativeSignFlagRole = 3,
CarryFlagRole = 4,
OverflowFlagRole = 5,
HalfCarryFlagRole = 6,
EvenParityFlagRole = 7,
OddParityFlagRole = 8,
OrderedFlagRole = 9,
UnorderedFlagRole = 10,
CarryFlagWithInvertedSubtractRole = 11,
}
Variants§
SpecialFlagRole = 0
ZeroFlagRole = 1
PositiveSignFlagRole = 2
NegativeSignFlagRole = 3
CarryFlagRole = 4
OverflowFlagRole = 5
HalfCarryFlagRole = 6
EvenParityFlagRole = 7
OddParityFlagRole = 8
OrderedFlagRole = 9
UnorderedFlagRole = 10
CarryFlagWithInvertedSubtractRole = 11
Trait Implementations§
§impl Clone for BNFlagRole
impl Clone for BNFlagRole
§fn clone(&self) -> BNFlagRole
fn clone(&self) -> BNFlagRole
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 more§impl Debug for BNFlagRole
impl Debug for BNFlagRole
§impl Hash for BNFlagRole
impl Hash for BNFlagRole
§impl PartialEq for BNFlagRole
impl PartialEq for BNFlagRole
§fn eq(&self, other: &BNFlagRole) -> bool
fn eq(&self, other: &BNFlagRole) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for BNFlagRole
impl Eq for BNFlagRole
impl StructuralPartialEq for BNFlagRole
Auto Trait Implementations§
impl RefUnwindSafe for BNFlagRole
impl Send for BNFlagRole
impl Sync for BNFlagRole
impl Unpin for BNFlagRole
impl UnwindSafe for BNFlagRole
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