Struct minidump_common::format::Struct_Unnamed16
[−]
[src]
#[repr(C, packed)]pub struct Struct_Unnamed16 { pub context_flags: uint32_t, pub srr0: uint32_t, pub srr1: uint32_t, pub gpr: [uint32_t; 32], pub cr: uint32_t, pub xer: uint32_t, pub lr: uint32_t, pub ctr: uint32_t, pub mq: uint32_t, pub vrsave: uint32_t, pub float_save: MDFloatingSaveAreaPPC, pub vector_save: MDVectorSaveAreaPPC, }
Fields
context_flags: uint32_t
srr0: uint32_t
srr1: uint32_t
gpr: [uint32_t; 32]
cr: uint32_t
xer: uint32_t
lr: uint32_t
ctr: uint32_t
mq: uint32_t
vrsave: uint32_t
float_save: MDFloatingSaveAreaPPC
vector_save: MDVectorSaveAreaPPC
Trait Implementations
impl Copy for Struct_Unnamed16[src]
impl Clone for Struct_Unnamed16[src]
fn clone(&self) -> Self[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more