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