Struct libvex_sys::VexGuestS390XState [] [src]

#[repr(C)]
pub struct VexGuestS390XState { pub guest_a0: UInt, pub guest_a1: UInt, pub guest_a2: UInt, pub guest_a3: UInt, pub guest_a4: UInt, pub guest_a5: UInt, pub guest_a6: UInt, pub guest_a7: UInt, pub guest_a8: UInt, pub guest_a9: UInt, pub guest_a10: UInt, pub guest_a11: UInt, pub guest_a12: UInt, pub guest_a13: UInt, pub guest_a14: UInt, pub guest_a15: UInt, pub guest_f0: ULong, pub guest_f1: ULong, pub guest_f2: ULong, pub guest_f3: ULong, pub guest_f4: ULong, pub guest_f5: ULong, pub guest_f6: ULong, pub guest_f7: ULong, pub guest_f8: ULong, pub guest_f9: ULong, pub guest_f10: ULong, pub guest_f11: ULong, pub guest_f12: ULong, pub guest_f13: ULong, pub guest_f14: ULong, pub guest_f15: ULong, pub guest_r0: ULong, pub guest_r1: ULong, pub guest_r2: ULong, pub guest_r3: ULong, pub guest_r4: ULong, pub guest_r5: ULong, pub guest_r6: ULong, pub guest_r7: ULong, pub guest_r8: ULong, pub guest_r9: ULong, pub guest_r10: ULong, pub guest_r11: ULong, pub guest_r12: ULong, pub guest_r13: ULong, pub guest_r14: ULong, pub guest_r15: ULong, pub guest_counter: ULong, pub guest_fpc: UInt, pub unused: [UChar; 4], pub guest_IA: ULong, pub guest_SYSNO: ULong, pub guest_CC_OP: ULong, pub guest_CC_DEP1: ULong, pub guest_CC_DEP2: ULong, pub guest_CC_NDEP: ULong, pub guest_NRADDR: ULong, pub guest_CMSTART: ULong, pub guest_CMLEN: ULong, pub guest_IP_AT_SYSCALL: ULong, pub guest_EMNOTE: UInt, pub host_EvC_COUNTER: UInt, pub host_EvC_FAILADDR: ULong, pub padding: [UChar; 0], }

Fields

Trait Implementations

impl Copy for VexGuestS390XState
[src]

impl Clone for VexGuestS390XState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VexGuestS390XState
[src]

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