Struct minidump_common::format::Struct_Unnamed39
[−]
[src]
#[repr(C, packed)]pub struct Struct_Unnamed39 { pub number_of_memory_ranges: uint32_t, pub memory_ranges: [MDMemoryDescriptor; 1], }
Fields
number_of_memory_ranges: uint32_t
memory_ranges: [MDMemoryDescriptor; 1]
Trait Implementations
impl Copy for Struct_Unnamed39[src]
impl Clone for Struct_Unnamed39[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