Struct libvex_sys::Iex_S_ITE [] [src]

#[repr(C)]
pub struct Iex_S_ITE { pub cond: *mut IRExpr, pub iftrue: *mut IRExpr, pub iffalse: *mut IRExpr, }

Fields

Trait Implementations

impl Copy for Iex_S_ITE
[src]

impl Clone for Iex_S_ITE
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Iex_S_ITE
[src]

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