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