Struct binaryninja::hlil::operation::LiftedWhileSsa
source · pub struct LiftedWhileSsa {
pub condition_phi: Box<HighLevelILLiftedInstruction>,
pub condition: Box<HighLevelILLiftedInstruction>,
pub body: Box<HighLevelILLiftedInstruction>,
}
Fields§
§condition_phi: Box<HighLevelILLiftedInstruction>
§condition: Box<HighLevelILLiftedInstruction>
§body: Box<HighLevelILLiftedInstruction>
Trait Implementations§
source§impl Clone for LiftedWhileSsa
impl Clone for LiftedWhileSsa
source§fn clone(&self) -> LiftedWhileSsa
fn clone(&self) -> LiftedWhileSsa
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 LiftedWhileSsa
impl Debug for LiftedWhileSsa
source§impl PartialEq for LiftedWhileSsa
impl PartialEq for LiftedWhileSsa
source§fn eq(&self, other: &LiftedWhileSsa) -> bool
fn eq(&self, other: &LiftedWhileSsa) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for LiftedWhileSsa
Auto Trait Implementations§
impl RefUnwindSafe for LiftedWhileSsa
impl !Send for LiftedWhileSsa
impl !Sync for LiftedWhileSsa
impl Unpin for LiftedWhileSsa
impl UnwindSafe for LiftedWhileSsa
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