Struct duktape_sys::duk_time_components
[−]
[src]
pub struct duk_time_components { pub year: duk_uint_t, pub month: duk_uint_t, pub day: duk_uint_t, pub hour: duk_uint_t, pub minute: duk_uint_t, pub second: duk_uint_t, pub weekday: duk_uint_t, pub millisecond: duk_double_t, }
Fields
year | |
month | |
day | |
hour | |
minute | |
second | |
weekday | |
millisecond |
Trait Implementations
impl Default for duk_time_components
[src]
Derived Implementations
impl Clone for duk_time_components
[src]
fn clone(&self) -> duk_time_components
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more