Struct binaryninja::hlil::operation::LiftedIf
source · 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§
source§impl PartialEq for LiftedIf
impl PartialEq for LiftedIf
impl StructuralPartialEq for LiftedIf
Auto Trait Implementations§
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