Struct minidump_common::format::Struct_Unnamed37
[−]
[src]
#[repr(C, packed)]pub struct Struct_Unnamed37 { pub data_type: uint32_t, pub length: uint32_t, pub unicode: uint8_t, pub reserved: [uint8_t; 3], pub data: [uint8_t; 1], }
Fields
data_type: uint32_t
length: uint32_t
unicode: uint8_t
reserved: [uint8_t; 3]
data: [uint8_t; 1]
Trait Implementations
impl Copy for Struct_Unnamed37[src]
impl Clone for Struct_Unnamed37[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