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