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