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
control_word: uint16_t
status_word: uint16_t
tag_word: uint8_t
reserved1: uint8_t
error_opcode: uint16_t
error_offset: uint32_t
error_selector: uint16_t
reserved2: uint16_t
data_offset: uint32_t
data_selector: uint16_t
reserved3: uint16_t
mx_csr: uint32_t
mx_csr_mask: uint32_t
float_registers: [uint128_struct; 8]
xmm_registers: [uint128_struct; 16]
reserved4: [uint8_t; 96]
Trait Implementations
impl Copy for Struct_Unnamed5[src]
impl Clone for Struct_Unnamed5[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