pub struct LiftedJump {
pub dest: Box<HighLevelILLiftedInstruction>,
}
Fields§
§dest: Box<HighLevelILLiftedInstruction>
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
impl StructuralPartialEq for LiftedJump
Auto Trait Implementations§
impl Freeze for LiftedJump
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