Struct frida_gum_sys::_GumMipsCpuContext[][src]

#[repr(C)]pub struct _GumMipsCpuContext {
    pub pc: gsize,
    pub gp: gsize,
    pub sp: gsize,
    pub fp: gsize,
    pub ra: gsize,
    pub hi: gsize,
    pub lo: gsize,
    pub at: gsize,
    pub v0: gsize,
    pub v1: gsize,
    pub a0: gsize,
    pub a1: gsize,
    pub a2: gsize,
    pub a3: gsize,
    pub t0: gsize,
    pub t1: gsize,
    pub t2: gsize,
    pub t3: gsize,
    pub t4: gsize,
    pub t5: gsize,
    pub t6: gsize,
    pub t7: gsize,
    pub t8: gsize,
    pub t9: gsize,
    pub s0: gsize,
    pub s1: gsize,
    pub s2: gsize,
    pub s3: gsize,
    pub s4: gsize,
    pub s5: gsize,
    pub s6: gsize,
    pub s7: gsize,
    pub k0: gsize,
    pub k1: gsize,
}

Fields

pc: gsizegp: gsizesp: gsizefp: gsizera: gsizehi: gsizelo: gsizeat: gsizev0: gsizev1: gsizea0: gsizea1: gsizea2: gsizea3: gsizet0: gsizet1: gsizet2: gsizet3: gsizet4: gsizet5: gsizet6: gsizet7: gsizet8: gsizet9: gsizes0: gsizes1: gsizes2: gsizes3: gsizes4: gsizes5: gsizes6: gsizes7: gsizek0: gsizek1: gsize

Trait Implementations

impl Clone for _GumMipsCpuContext[src]

impl Copy for _GumMipsCpuContext[src]

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