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