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