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