#[repr(C)]pub struct IRSB {
pub tyenv: *mut IRTypeEnv,
pub stmts: *mut *mut IRStmt,
pub stmts_size: Int,
pub stmts_used: Int,
pub next: *mut IRExpr,
pub jumpkind: IRJumpKind,
pub offsIP: Int,
}
Fields§
§tyenv: *mut IRTypeEnv
§stmts: *mut *mut IRStmt
§stmts_size: Int
§stmts_used: Int
§next: *mut IRExpr
§jumpkind: IRJumpKind
§offsIP: Int
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IRSB
impl RefUnwindSafe for IRSB
impl !Send for IRSB
impl !Sync for IRSB
impl Unpin for IRSB
impl UnwindSafe for IRSB
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