Struct minidump_common::format::CONTEXT_MIPS
source · [−]pub struct CONTEXT_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_MIPSTrait Implementations
sourceimpl Clone for CONTEXT_MIPS
impl Clone for CONTEXT_MIPS
sourcefn clone(&self) -> CONTEXT_MIPS
fn clone(&self) -> CONTEXT_MIPS
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for CONTEXT_MIPS
impl Debug for CONTEXT_MIPS
sourceimpl Default for CONTEXT_MIPS
impl Default for CONTEXT_MIPS
sourcefn default() -> CONTEXT_MIPS
fn default() -> CONTEXT_MIPS
Returns the “default value” for a type. Read more
sourceimpl<'a> TryFromCtx<'a, Endian, [u8]> for CONTEXT_MIPS where
CONTEXT_MIPS: 'a,
impl<'a> TryFromCtx<'a, Endian, [u8]> for CONTEXT_MIPS where
CONTEXT_MIPS: 'a,
Auto Trait Implementations
impl RefUnwindSafe for CONTEXT_MIPS
impl Send for CONTEXT_MIPS
impl Sync for CONTEXT_MIPS
impl Unpin for CONTEXT_MIPS
impl UnwindSafe for CONTEXT_MIPS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more