pub struct LiftedJumpTo {
pub dest: Box<MediumLevelILLiftedInstruction>,
pub targets: BTreeMap<u64, MediumLevelInstructionIndex>,
}
Fields§
§dest: Box<MediumLevelILLiftedInstruction>
§targets: BTreeMap<u64, MediumLevelInstructionIndex>
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
impl StructuralPartialEq for LiftedJumpTo
Auto Trait Implementations§
impl Freeze for LiftedJumpTo
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