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