pub struct LiftedCallSsa {
pub dest: Box<HighLevelILLiftedInstruction>,
pub params: Vec<HighLevelILLiftedInstruction>,
pub dest_memory: u64,
pub src_memory: u64,
}
Fields§
§dest: Box<HighLevelILLiftedInstruction>
§params: Vec<HighLevelILLiftedInstruction>
§dest_memory: u64
§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
impl StructuralPartialEq for LiftedCallSsa
Auto Trait Implementations§
impl Freeze for LiftedCallSsa
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