Struct binaryninja::hlil::HighLevelILInstruction
source · pub struct HighLevelILInstruction {
pub function: Ref<HighLevelILFunction>,
pub address: u64,
pub index: usize,
pub size: usize,
pub kind: HighLevelILInstructionKind,
}
Fields§
§function: Ref<HighLevelILFunction>
§address: u64
§index: usize
§size: usize
§kind: HighLevelILInstructionKind
Implementations§
source§impl HighLevelILInstruction
impl HighLevelILInstruction
pub fn lift(&self) -> HighLevelILLiftedInstruction
Trait Implementations§
source§impl Clone for HighLevelILInstruction
impl Clone for HighLevelILInstruction
source§fn clone(&self) -> HighLevelILInstruction
fn clone(&self) -> HighLevelILInstruction
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 moreAuto Trait Implementations§
impl RefUnwindSafe for HighLevelILInstruction
impl Send for HighLevelILInstruction
impl Sync for HighLevelILInstruction
impl Unpin for HighLevelILInstruction
impl UnwindSafe for HighLevelILInstruction
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