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