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