Struct frida_gum_sys::_GumX64CpuContext[][src]

#[repr(C)]pub struct _GumX64CpuContext {
    pub rip: guint64,
    pub r15: guint64,
    pub r14: guint64,
    pub r13: guint64,
    pub r12: guint64,
    pub r11: guint64,
    pub r10: guint64,
    pub r9: guint64,
    pub r8: guint64,
    pub rdi: guint64,
    pub rsi: guint64,
    pub rbp: guint64,
    pub rsp: guint64,
    pub rbx: guint64,
    pub rdx: guint64,
    pub rcx: guint64,
    pub rax: guint64,
}

Fields

rip: guint64r15: guint64r14: guint64r13: guint64r12: guint64r11: guint64r10: guint64r9: guint64r8: guint64rdi: guint64rsi: guint64rbp: guint64rsp: guint64rbx: guint64rdx: guint64rcx: guint64rax: guint64

Trait Implementations

impl Clone for _GumX64CpuContext[src]

impl Copy for _GumX64CpuContext[src]

impl Debug for _GumX64CpuContext[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.