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