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