pub struct LiftedIf {
pub condition: Box<MediumLevelILLiftedInstruction>,
pub dest_true: MediumLevelInstructionIndex,
pub dest_false: MediumLevelInstructionIndex,
}
Fields§
§condition: Box<MediumLevelILLiftedInstruction>
§dest_true: MediumLevelInstructionIndex
§dest_false: MediumLevelInstructionIndex
Trait Implementations§
impl StructuralPartialEq for LiftedIf
Auto Trait Implementations§
impl Freeze for LiftedIf
impl RefUnwindSafe for LiftedIf
impl Send for LiftedIf
impl Sync for LiftedIf
impl Unpin for LiftedIf
impl UnwindSafe for LiftedIf
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