Struct libvex_sys::Iex_S_CCall [] [src]

#[repr(C)]
pub struct Iex_S_CCall { pub cee: *mut IRCallee, pub retty: IRType, pub args: *mut *mut IRExpr, }

Fields

Trait Implementations

impl Copy for Iex_S_CCall
[src]

impl Clone for Iex_S_CCall
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Iex_S_CCall
[src]

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