Struct minidump_common::format::Struct_Unnamed50
[−]
[src]
#[repr(C, packed)]pub struct Struct_Unnamed50 { pub thread_id: uint32_t, pub __align: uint32_t, pub exception_record: MDException, pub thread_context: MDLocationDescriptor, }
Fields
thread_id: uint32_t
__align: uint32_t
exception_record: MDException
thread_context: MDLocationDescriptor
Trait Implementations
impl Copy for Struct_Unnamed50[src]
impl Clone for Struct_Unnamed50[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