Struct frida_gum_sys::_GumIA32CpuContext[][src]

#[repr(C)]pub struct _GumIA32CpuContext {
    pub eip: guint32,
    pub edi: guint32,
    pub esi: guint32,
    pub ebp: guint32,
    pub esp: guint32,
    pub ebx: guint32,
    pub edx: guint32,
    pub ecx: guint32,
    pub eax: guint32,
}

Fields

eip: guint32edi: guint32esi: guint32ebp: guint32esp: guint32ebx: guint32edx: guint32ecx: guint32eax: guint32

Trait Implementations

impl Clone for _GumIA32CpuContext[src]

impl Copy for _GumIA32CpuContext[src]

impl Debug for _GumIA32CpuContext[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.