Struct libvex_sys::IRTypeEnv [] [src]

#[repr(C)]
pub struct IRTypeEnv { pub types: *mut IRType, pub types_size: Int, pub types_used: Int, }

Fields

Trait Implementations

impl Copy for IRTypeEnv
[src]

impl Clone for IRTypeEnv
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for IRTypeEnv
[src]

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