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