Struct libvex_sys::IRExpr [] [src]

#[repr(C)]
pub struct IRExpr { pub tag: IRExprTag, pub Iex: Iex, }

Fields

Trait Implementations

impl Copy for IRExpr
[src]

impl Clone for IRExpr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for IRExpr
[src]

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