Struct minidump_common::format::Struct_Unnamed59
[−]
[src]
#[repr(C, packed)]pub struct Struct_Unnamed59 { pub year: uint16_t, pub month: uint16_t, pub day_of_week: uint16_t, pub day: uint16_t, pub hour: uint16_t, pub minute: uint16_t, pub second: uint16_t, pub milliseconds: uint16_t, }
Fields
year: uint16_t
month: uint16_t
day_of_week: uint16_t
day: uint16_t
hour: uint16_t
minute: uint16_t
second: uint16_t
milliseconds: uint16_t
Trait Implementations
impl Copy for Struct_Unnamed59[src]
impl Clone for Struct_Unnamed59[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