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