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