Struct binaryninja::mlil::operation::LiftedIf
source · pub struct LiftedIf {
pub condition: Box<MediumLevelILLiftedInstruction>,
pub dest_true: u64,
pub dest_false: u64,
}
Fields§
§condition: Box<MediumLevelILLiftedInstruction>
§dest_true: u64
§dest_false: u64
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