Struct minidump_common::format::Struct_Unnamed24
[−]
[src]
#[repr(C, packed)]pub struct Struct_Unnamed24 { pub start_of_memory_range: uint64_t, pub memory: MDLocationDescriptor, }
Fields
start_of_memory_range: uint64_t
memory: MDLocationDescriptor
Trait Implementations
impl Copy for Struct_Unnamed24[src]
impl Clone for Struct_Unnamed24[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