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