Struct binaryninja::hlil::operation::LiftedConstantData
source · pub struct LiftedConstantData {
pub function: Ref<HighLevelILFunction>,
pub address: u64,
pub constant_data: ConstantData,
}
Fields§
§function: Ref<HighLevelILFunction>
§address: u64
§constant_data: ConstantData
Trait Implementations§
source§impl Clone for LiftedConstantData
impl Clone for LiftedConstantData
source§fn clone(&self) -> LiftedConstantData
fn clone(&self) -> LiftedConstantData
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 LiftedConstantData
impl Debug for LiftedConstantData
source§impl PartialEq for LiftedConstantData
impl PartialEq for LiftedConstantData
source§fn eq(&self, other: &LiftedConstantData) -> bool
fn eq(&self, other: &LiftedConstantData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for LiftedConstantData
Auto Trait Implementations§
impl RefUnwindSafe for LiftedConstantData
impl Send for LiftedConstantData
impl Sync for LiftedConstantData
impl Unpin for LiftedConstantData
impl UnwindSafe for LiftedConstantData
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