Struct libvex_sys::IRCAS [] [src]

#[repr(C)]
pub struct IRCAS { pub oldHi: IRTemp, pub oldLo: IRTemp, pub end: IREndness, pub addr: *mut IRExpr, pub expdHi: *mut IRExpr, pub expdLo: *mut IRExpr, pub dataHi: *mut IRExpr, pub dataLo: *mut IRExpr, }

Fields

Trait Implementations

impl Copy for IRCAS
[src]

impl Clone for IRCAS
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for IRCAS
[src]

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