Struct minidump_common::format::Struct_Unnamed64
[−]
[src]
#[repr(C, packed)]pub struct Struct_Unnamed64 { pub base_address: uint64_t, pub allocation_base: uint64_t, pub allocation_protection: uint32_t, pub __alignment1: uint32_t, pub region_size: uint64_t, pub state: uint32_t, pub protection: uint32_t, pub _type: uint32_t, pub __alignment2: uint32_t, }
Fields
base_address: uint64_t
allocation_base: uint64_t
allocation_protection: uint32_t
__alignment1: uint32_t
region_size: uint64_t
state: uint32_t
protection: uint32_t
_type: uint32_t
__alignment2: uint32_t
Trait Implementations
impl Copy for Struct_Unnamed64[src]
impl Clone for Struct_Unnamed64[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