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