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