Struct minidump_common::format::Struct_Unnamed40
[−]
[src]
#[repr(C, packed)]pub struct Struct_Unnamed40 { pub exception_code: uint32_t, pub exception_flags: uint32_t, pub exception_record: uint64_t, pub exception_address: uint64_t, pub number_parameters: uint32_t, pub __align: uint32_t, pub exception_information: [uint64_t; 15], }
Fields
exception_code: uint32_t
exception_flags: uint32_t
exception_record: uint64_t
exception_address: uint64_t
number_parameters: uint32_t
__align: uint32_t
exception_information: [uint64_t; 15]
Trait Implementations
impl Copy for Struct_Unnamed40[src]
impl Clone for Struct_Unnamed40[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