pub struct LiftedWhile {
pub condition: Box<HighLevelILLiftedInstruction>,
pub body: Box<HighLevelILLiftedInstruction>,
}
Fields§
§condition: Box<HighLevelILLiftedInstruction>
§body: Box<HighLevelILLiftedInstruction>
Trait Implementations§
source§impl Clone for LiftedWhile
impl Clone for LiftedWhile
source§fn clone(&self) -> LiftedWhile
fn clone(&self) -> LiftedWhile
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 LiftedWhile
impl Debug for LiftedWhile
source§impl PartialEq for LiftedWhile
impl PartialEq for LiftedWhile
impl StructuralPartialEq for LiftedWhile
Auto Trait Implementations§
impl Freeze for LiftedWhile
impl RefUnwindSafe for LiftedWhile
impl !Send for LiftedWhile
impl !Sync for LiftedWhile
impl Unpin for LiftedWhile
impl UnwindSafe for LiftedWhile
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