pub struct HighLevelILLiftedInstruction {
pub function: Ref<HighLevelILFunction>,
pub address: u64,
pub expr_index: HighLevelInstructionIndex,
pub size: usize,
pub kind: HighLevelILLiftedInstructionKind,
}
Fields§
§function: Ref<HighLevelILFunction>
§address: u64
§expr_index: HighLevelInstructionIndex
§size: usize
§kind: HighLevelILLiftedInstructionKind
Implementations§
Trait Implementations§
source§impl Clone for HighLevelILLiftedInstruction
impl Clone for HighLevelILLiftedInstruction
source§fn clone(&self) -> HighLevelILLiftedInstruction
fn clone(&self) -> HighLevelILLiftedInstruction
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 HighLevelILLiftedInstruction
impl Debug for HighLevelILLiftedInstruction
source§impl PartialEq for HighLevelILLiftedInstruction
impl PartialEq for HighLevelILLiftedInstruction
source§fn eq(&self, other: &HighLevelILLiftedInstruction) -> bool
fn eq(&self, other: &HighLevelILLiftedInstruction) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for HighLevelILLiftedInstruction
Auto Trait Implementations§
impl Freeze for HighLevelILLiftedInstruction
impl RefUnwindSafe for HighLevelILLiftedInstruction
impl Send for HighLevelILLiftedInstruction
impl Sync for HighLevelILLiftedInstruction
impl Unpin for HighLevelILLiftedInstruction
impl UnwindSafe for HighLevelILLiftedInstruction
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