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