Struct minidump_common::format::Struct_Unnamed35
[−]
[src]
#[repr(C, packed)]pub struct Struct_Unnamed35 { pub cv_signature: uint32_t, pub signature: MDGUID, pub age: uint32_t, pub pdb_file_name: [uint8_t; 1], }
Fields
cv_signature: uint32_t
signature: MDGUID
age: uint32_t
pdb_file_name: [uint8_t; 1]
Trait Implementations
impl Copy for Struct_Unnamed35[src]
impl Clone for Struct_Unnamed35[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