#[repr(C)]
pub struct _GumMipsCpuContext {
Show 34 fields 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: gsize§gp: gsize§sp: gsize§fp: gsize§ra: gsize§hi: gsize§lo: gsize§at: gsize§v0: gsize§v1: gsize§a0: gsize§a1: gsize§a2: gsize§a3: gsize§t0: gsize§t1: gsize§t2: gsize§t3: gsize§t4: gsize§t5: gsize§t6: gsize§t7: gsize§t8: gsize§t9: gsize§s0: gsize§s1: gsize§s2: gsize§s3: gsize§s4: gsize§s5: gsize§s6: gsize§s7: gsize§k0: gsize§k1: gsize

Trait Implementations§

source§

impl Clone for _GumMipsCpuContext

source§

fn clone(&self) -> _GumMipsCpuContext

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for _GumMipsCpuContext

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for _GumMipsCpuContext

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

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

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.