Struct minidump_common::format::Struct_Unnamed6 [] [src]

#[repr(C, packed)]
pub struct Struct_Unnamed6 { pub p1_home: uint64_t, pub p2_home: uint64_t, pub p3_home: uint64_t, pub p4_home: uint64_t, pub p5_home: uint64_t, pub p6_home: uint64_t, pub context_flags: uint32_t, pub mx_csr: uint32_t, pub cs: uint16_t, pub ds: uint16_t, pub es: uint16_t, pub fs: uint16_t, pub gs: uint16_t, pub ss: uint16_t, pub eflags: uint32_t, pub dr0: uint64_t, pub dr1: uint64_t, pub dr2: uint64_t, pub dr3: uint64_t, pub dr6: uint64_t, pub dr7: uint64_t, pub rax: uint64_t, pub rcx: uint64_t, pub rdx: uint64_t, pub rbx: uint64_t, pub rsp: uint64_t, pub rbp: uint64_t, pub rsi: uint64_t, pub rdi: uint64_t, pub r8: uint64_t, pub r9: uint64_t, pub r10: uint64_t, pub r11: uint64_t, pub r12: uint64_t, pub r13: uint64_t, pub r14: uint64_t, pub r15: uint64_t, pub rip: uint64_t, pub _bindgen_data_1_: [u64; 64], pub vector_register: [uint128_struct; 26], pub vector_control: uint64_t, pub debug_control: uint64_t, pub last_branch_to_rip: uint64_t, pub last_branch_from_rip: uint64_t, pub last_exception_to_rip: uint64_t, pub last_exception_from_rip: uint64_t, }

Fields

Methods

impl Struct_Unnamed6
[src]

[src]

[src]

Trait Implementations

impl Copy for Struct_Unnamed6
[src]

impl Clone for Struct_Unnamed6
[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_Unnamed6
[src]

[src]

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