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