Struct libvex_sys::IRPutI [] [src]

#[repr(C)]
pub struct IRPutI { pub descr: *mut IRRegArray, pub ix: *mut IRExpr, pub bias: Int, pub data: *mut IRExpr, }

Fields

Trait Implementations

impl Copy for IRPutI
[src]

impl Clone for IRPutI
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for IRPutI
[src]

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