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