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