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