Struct libvex_sys::IRStoreG [] [src]

#[repr(C)]
pub struct IRStoreG { pub end: IREndness, pub addr: *mut IRExpr, pub data: *mut IRExpr, pub guard: *mut IRExpr, }

Fields

Trait Implementations

impl Copy for IRStoreG
[src]

impl Clone for IRStoreG
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for IRStoreG
[src]

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