Struct libvex_sys::IRRegArray [] [src]

#[repr(C)]
pub struct IRRegArray { pub base: Int, pub elemTy: IRType, pub nElems: Int, }

Fields

Trait Implementations

impl Copy for IRRegArray
[src]

impl Clone for IRRegArray
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for IRRegArray
[src]

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