Struct minidump_common::format::Struct_Unnamed21 [] [src]

#[repr(C, packed)]
pub struct Struct_Unnamed21 { pub context_flags: uint32_t, pub dr0: uint32_t, pub dr1: uint32_t, pub dr2: uint32_t, pub dr3: uint32_t, pub dr6: uint32_t, pub dr7: uint32_t, pub float_save: MDFloatingSaveAreaX86, pub gs: uint32_t, pub fs: uint32_t, pub es: uint32_t, pub ds: uint32_t, pub edi: uint32_t, pub esi: uint32_t, pub ebx: uint32_t, pub edx: uint32_t, pub ecx: uint32_t, pub eax: uint32_t, pub ebp: uint32_t, pub eip: uint32_t, pub cs: uint32_t, pub eflags: uint32_t, pub esp: uint32_t, pub ss: uint32_t, pub extended_registers: [uint8_t; 512], }

Fields

Trait Implementations

impl Copy for Struct_Unnamed21
[src]

impl Clone for Struct_Unnamed21
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for Struct_Unnamed21
[src]

[src]

Returns the "default value" for a type. Read more