pub struct CONTEXT_MIPS {
Show 14 fields pub context_flags: u32, pub _pad0: u32, pub iregs: [u64; 32], pub mdhi: u64, pub mdlo: u64, pub hi: [u32; 3], pub lo: [u32; 3], pub dsp_control: u32, pub _pad1: u32, pub epc: u64, pub badvaddr: u64, pub status: u32, pub cause: u32, pub float_save: FLOATING_SAVE_AREA_MIPS,
}
Expand description

A MIPS CPU context

This is a Breakpad extension, as there is no definition of CONTEXT for MIPS in WinNT.h.

Fields

context_flags: u32_pad0: u32iregs: [u64; 32]mdhi: u64mdlo: u64hi: [u32; 3]lo: [u32; 3]dsp_control: u32_pad1: u32epc: u64badvaddr: u64status: u32cause: u32float_save: FLOATING_SAVE_AREA_MIPS

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

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

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.