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