Struct binaryninja::hlil::operation::LiftedDerefSsa
source · pub struct LiftedDerefSsa {
pub src: Box<HighLevelILLiftedInstruction>,
pub src_memory: u64,
}
Fields§
§src: Box<HighLevelILLiftedInstruction>
§src_memory: u64
Trait Implementations§
source§impl Clone for LiftedDerefSsa
impl Clone for LiftedDerefSsa
source§fn clone(&self) -> LiftedDerefSsa
fn clone(&self) -> LiftedDerefSsa
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 LiftedDerefSsa
impl Debug for LiftedDerefSsa
source§impl PartialEq for LiftedDerefSsa
impl PartialEq for LiftedDerefSsa
source§fn eq(&self, other: &LiftedDerefSsa) -> bool
fn eq(&self, other: &LiftedDerefSsa) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for LiftedDerefSsa
Auto Trait Implementations§
impl RefUnwindSafe for LiftedDerefSsa
impl !Send for LiftedDerefSsa
impl !Sync for LiftedDerefSsa
impl Unpin for LiftedDerefSsa
impl UnwindSafe for LiftedDerefSsa
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