Struct minidump_common::format::Struct_Unnamed30
[−]
[src]
#[repr(C, packed)]pub struct Struct_Unnamed30 { pub thread_id: uint32_t, pub suspend_count: uint32_t, pub priority_class: uint32_t, pub priority: uint32_t, pub teb: uint64_t, pub stack: MDMemoryDescriptor, pub thread_context: MDLocationDescriptor, }
Fields
thread_id: uint32_t
suspend_count: uint32_t
priority_class: uint32_t
priority: uint32_t
teb: uint64_t
stack: MDMemoryDescriptor
thread_context: MDLocationDescriptor
Trait Implementations
impl Copy for Struct_Unnamed30[src]
impl Clone for Struct_Unnamed30[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