Struct libvex_sys::VexGuestARM64State [] [src]

#[repr(C)]
pub struct VexGuestARM64State { pub host_EvC_FAILADDR: ULong, pub host_EvC_COUNTER: UInt, pub pad0: UInt, pub guest_X0: ULong, pub guest_X1: ULong, pub guest_X2: ULong, pub guest_X3: ULong, pub guest_X4: ULong, pub guest_X5: ULong, pub guest_X6: ULong, pub guest_X7: ULong, pub guest_X8: ULong, pub guest_X9: ULong, pub guest_X10: ULong, pub guest_X11: ULong, pub guest_X12: ULong, pub guest_X13: ULong, pub guest_X14: ULong, pub guest_X15: ULong, pub guest_X16: ULong, pub guest_X17: ULong, pub guest_X18: ULong, pub guest_X19: ULong, pub guest_X20: ULong, pub guest_X21: ULong, pub guest_X22: ULong, pub guest_X23: ULong, pub guest_X24: ULong, pub guest_X25: ULong, pub guest_X26: ULong, pub guest_X27: ULong, pub guest_X28: ULong, pub guest_X29: ULong, pub guest_X30: ULong, pub guest_XSP: ULong, pub guest_PC: ULong, pub guest_CC_OP: ULong, pub guest_CC_DEP1: ULong, pub guest_CC_DEP2: ULong, pub guest_CC_NDEP: ULong, pub guest_TPIDR_EL0: ULong, pub guest_Q0: U128, pub guest_Q1: U128, pub guest_Q2: U128, pub guest_Q3: U128, pub guest_Q4: U128, pub guest_Q5: U128, pub guest_Q6: U128, pub guest_Q7: U128, pub guest_Q8: U128, pub guest_Q9: U128, pub guest_Q10: U128, pub guest_Q11: U128, pub guest_Q12: U128, pub guest_Q13: U128, pub guest_Q14: U128, pub guest_Q15: U128, pub guest_Q16: U128, pub guest_Q17: U128, pub guest_Q18: U128, pub guest_Q19: U128, pub guest_Q20: U128, pub guest_Q21: U128, pub guest_Q22: U128, pub guest_Q23: U128, pub guest_Q24: U128, pub guest_Q25: U128, pub guest_Q26: U128, pub guest_Q27: U128, pub guest_Q28: U128, pub guest_Q29: U128, pub guest_Q30: U128, pub guest_Q31: U128, pub guest_QCFLAG: U128, pub guest_EMNOTE: UInt, pub guest_CMSTART: ULong, pub guest_CMLEN: ULong, pub guest_NRADDR: ULong, pub guest_IP_AT_SYSCALL: ULong, pub guest_FPCR: UInt, }

Fields

Trait Implementations

impl Copy for VexGuestARM64State
[src]

impl Clone for VexGuestARM64State
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VexGuestARM64State
[src]

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