pub struct LiftedSyscallSsa {
pub output: Vec<SSAVariable>,
pub params: Vec<MediumLevelILLiftedInstruction>,
pub src_memory: u64,
}
Fields§
§output: Vec<SSAVariable>
§params: Vec<MediumLevelILLiftedInstruction>
§src_memory: u64
Trait Implementations§
source§impl Clone for LiftedSyscallSsa
impl Clone for LiftedSyscallSsa
source§fn clone(&self) -> LiftedSyscallSsa
fn clone(&self) -> LiftedSyscallSsa
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 LiftedSyscallSsa
impl Debug for LiftedSyscallSsa
source§impl PartialEq for LiftedSyscallSsa
impl PartialEq for LiftedSyscallSsa
impl StructuralPartialEq for LiftedSyscallSsa
Auto Trait Implementations§
impl Freeze for LiftedSyscallSsa
impl RefUnwindSafe for LiftedSyscallSsa
impl Send for LiftedSyscallSsa
impl Sync for LiftedSyscallSsa
impl Unpin for LiftedSyscallSsa
impl UnwindSafe for LiftedSyscallSsa
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