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