Struct minidump_common::format::Struct_Unnamed5 [] [src]

#[repr(C, packed)]
pub struct Struct_Unnamed5 { pub control_word: uint16_t, pub status_word: uint16_t, pub tag_word: uint8_t, pub reserved1: uint8_t, pub error_opcode: uint16_t, pub error_offset: uint32_t, pub error_selector: uint16_t, pub reserved2: uint16_t, pub data_offset: uint32_t, pub data_selector: uint16_t, pub reserved3: uint16_t, pub mx_csr: uint32_t, pub mx_csr_mask: uint32_t, pub float_registers: [uint128_struct; 8], pub xmm_registers: [uint128_struct; 16], pub reserved4: [uint8_t; 96], }

Fields

Trait Implementations

impl Copy for Struct_Unnamed5
[src]

impl Clone for Struct_Unnamed5
[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_Unnamed5
[src]

[src]

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