Struct binaryninja::mlil::operation::LiftedSetVarField
source · pub struct LiftedSetVarField {
pub dest: Variable,
pub offset: u64,
pub src: Box<MediumLevelILLiftedInstruction>,
}
Fields§
§dest: Variable
§offset: u64
§src: Box<MediumLevelILLiftedInstruction>
Trait Implementations§
source§impl Clone for LiftedSetVarField
impl Clone for LiftedSetVarField
source§fn clone(&self) -> LiftedSetVarField
fn clone(&self) -> LiftedSetVarField
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 LiftedSetVarField
impl Debug for LiftedSetVarField
source§impl PartialEq for LiftedSetVarField
impl PartialEq for LiftedSetVarField
source§fn eq(&self, other: &LiftedSetVarField) -> bool
fn eq(&self, other: &LiftedSetVarField) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for LiftedSetVarField
Auto Trait Implementations§
impl RefUnwindSafe for LiftedSetVarField
impl !Send for LiftedSetVarField
impl !Sync for LiftedSetVarField
impl Unpin for LiftedSetVarField
impl UnwindSafe for LiftedSetVarField
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