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