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