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

Trait Implementations

impl Copy for Struct_Unnamed64
[src]

impl Clone for Struct_Unnamed64
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for Struct_Unnamed64
[src]

[src]

Returns the "default value" for a type. Read more