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