Enum binaryninja::types::RegisterValueType
source · pub enum RegisterValueType {
Show 17 variants
UndeterminedValue,
EntryValue,
ConstantValue,
ConstantPointerValue,
ExternalPointerValue,
StackFrameOffset,
ReturnAddressValue,
ImportedAddressValue,
SignedRangeValue,
UnsignedRangeValue,
LookupTableValue,
InSetOfValues,
NotInSetOfValues,
ConstantDataValue,
ConstantDataZeroExtendValue,
ConstantDataSignExtendValue,
ConstantDataAggregateValue,
}
Variants§
UndeterminedValue
EntryValue
ConstantValue
ConstantPointerValue
ExternalPointerValue
StackFrameOffset
ReturnAddressValue
ImportedAddressValue
SignedRangeValue
UnsignedRangeValue
LookupTableValue
InSetOfValues
NotInSetOfValues
ConstantDataValue
ConstantDataZeroExtendValue
ConstantDataSignExtendValue
ConstantDataAggregateValue
Trait Implementations§
source§impl Clone for RegisterValueType
impl Clone for RegisterValueType
source§fn clone(&self) -> RegisterValueType
fn clone(&self) -> RegisterValueType
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 RegisterValueType
impl Debug for RegisterValueType
source§impl Hash for RegisterValueType
impl Hash for RegisterValueType
source§impl PartialEq for RegisterValueType
impl PartialEq for RegisterValueType
source§fn eq(&self, other: &RegisterValueType) -> bool
fn eq(&self, other: &RegisterValueType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RegisterValueType
impl Eq for RegisterValueType
impl StructuralPartialEq for RegisterValueType
Auto Trait Implementations§
impl RefUnwindSafe for RegisterValueType
impl Send for RegisterValueType
impl Sync for RegisterValueType
impl Unpin for RegisterValueType
impl UnwindSafe for RegisterValueType
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