pub struct LiftedIf {
pub condition: Box<HighLevelILLiftedInstruction>,
pub cond_true: Box<HighLevelILLiftedInstruction>,
pub cond_false: Box<HighLevelILLiftedInstruction>,
}
Fields§
§condition: Box<HighLevelILLiftedInstruction>
§cond_true: Box<HighLevelILLiftedInstruction>
§cond_false: Box<HighLevelILLiftedInstruction>
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