Struct libvex_sys::VexGuestAMD64State [] [src]

#[repr(C)]
pub struct VexGuestAMD64State { pub host_EvC_FAILADDR: ULong, pub host_EvC_COUNTER: UInt, pub pad0: UInt, pub guest_RAX: ULong, pub guest_RCX: ULong, pub guest_RDX: ULong, pub guest_RBX: ULong, pub guest_RSP: ULong, pub guest_RBP: ULong, pub guest_RSI: ULong, pub guest_RDI: 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_CC_OP: ULong, pub guest_CC_DEP1: ULong, pub guest_CC_DEP2: ULong, pub guest_CC_NDEP: ULong, pub guest_DFLAG: ULong, pub guest_RIP: ULong, pub guest_ACFLAG: ULong, pub guest_IDFLAG: ULong, pub guest_FS_ZERO: ULong, pub guest_SSEROUND: ULong, pub guest_YMM0: U256, pub guest_YMM1: U256, pub guest_YMM2: U256, pub guest_YMM3: U256, pub guest_YMM4: U256, pub guest_YMM5: U256, pub guest_YMM6: U256, pub guest_YMM7: U256, pub guest_YMM8: U256, pub guest_YMM9: U256, pub guest_YMM10: U256, pub guest_YMM11: U256, pub guest_YMM12: U256, pub guest_YMM13: U256, pub guest_YMM14: U256, pub guest_YMM15: U256, pub guest_YMM16: U256, pub guest_FTOP: UInt, pub guest_FPREG: [ULong; 8], pub guest_FPTAG: [UChar; 8], pub guest_FPROUND: ULong, pub guest_FC3210: ULong, pub guest_EMNOTE: UInt, pub guest_CMSTART: ULong, pub guest_CMLEN: ULong, pub guest_NRADDR: ULong, pub guest_SC_CLASS: ULong, pub guest_GS_0x60: ULong, pub guest_IP_AT_SYSCALL: ULong, pub pad1: ULong, }

Fields

Trait Implementations

impl Copy for VexGuestAMD64State
[src]

impl Clone for VexGuestAMD64State
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VexGuestAMD64State
[src]

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