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