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