Struct minidump_common::format::Struct_Unnamed22 [] [src]

#[repr(C, packed)]
pub struct Struct_Unnamed22 { pub signature: uint32_t, pub struct_version: uint32_t, pub file_version_hi: uint32_t, pub file_version_lo: uint32_t, pub product_version_hi: uint32_t, pub product_version_lo: uint32_t, pub file_flags_mask: uint32_t, pub file_flags: uint32_t, pub file_os: uint32_t, pub file_type: uint32_t, pub file_subtype: uint32_t, pub file_date_hi: uint32_t, pub file_date_lo: uint32_t, }

Fields

Trait Implementations

impl Copy for Struct_Unnamed22
[src]

impl Clone for Struct_Unnamed22
[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_Unnamed22
[src]

[src]

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