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