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