pub struct PcodeLift {
pub statements: Vec<IrStmt>,
}Expand description
Lifter output — mirrors r2smt_esil::EsilLift so callers can
splice it into their statement list directly.
Fields§
§statements: Vec<IrStmt>Statements produced, in execution order.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PcodeLift
impl RefUnwindSafe for PcodeLift
impl Send for PcodeLift
impl Sync for PcodeLift
impl Unpin for PcodeLift
impl UnsafeUnpin for PcodeLift
impl UnwindSafe for PcodeLift
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