Struct minidump_common::format::Struct_Unnamed70
[−]
[src]
#[repr(C, packed)]pub struct Struct_Unnamed70 { pub expression: [uint16_t; 128], pub function: [uint16_t; 128], pub file: [uint16_t; 128], pub line: uint32_t, pub _type: uint32_t, }
Fields
expression: [uint16_t; 128]
function: [uint16_t; 128]
file: [uint16_t; 128]
line: uint32_t
_type: uint32_t
Trait Implementations
impl Copy for Struct_Unnamed70[src]
impl Clone for Struct_Unnamed70[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