Struct libvex_sys::IRSB [] [src]

#[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

Trait Implementations

impl Copy for IRSB
[src]

impl Clone for IRSB
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for IRSB
[src]

Returns the "default value" for a type. Read more