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