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