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