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